#31beca

Color #31BECA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31BECA

Tints of Summer Sky #31BECA

Color information

#31BECA (or 0x31BECA) is unknown color: approx Summer Sky. HEX triplet: 31, BE and CA. RGB value is (49,190,202). Sum of RGB (Red+Green+Blue) = 49+190+202=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #31BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31BECA is #CE4135. Grayscale: #959595. Windows color (decimal): -13517110 or 13286961. OLE color: 13286961.

HSL color Cylindrical-coordinate representation of color #31BECA: hue angle of 184.71º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31BECA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49190202-
CMYK0.760.0600.21
HSL184.71º60.96%49.22%-
HSV(B)184.71º75.74%79.22%-
XYZ30.3441.7462.34-
YUV149.21157.7956.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 11.11%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=11.11%
G=43.08%
B=45.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491902020.760.0600.21184.7160.9649.22
Hex31BECA4C6015b93d31
Octal6127631211460252717561
Binary1100011011111011001010100110011001010110111001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31beca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31beca; }

 p { color: rgb(49,190,202); }

 H1.HeaderClassName
 {
   color: #31beca;
 }
 .AnyTagClassName
 {
   color: #31beca;
 }
</style>
background-color css

<style>
 a { background-color: #31beca; }

 a { background-color: rgb(49,190,202); }

 div.DivClassName
 {
   background-color: #31beca;
 }
 .BgClassName
 {
   background-color: #31beca;
 }
</style>
border-color css

<style>
 span { border-color: #31beca; }

 span { border-color: rgb(49,190,202); }

 td.TdClassName
 {
   border-color: #31beca;
 }
 .TagClassName
 {
   border-color: #31beca;
 }
</style>