#31B5E0

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

Shades of Summer Sky #31B5E0

Tints of Summer Sky #31B5E0

Color information

#31B5E0 (or 0x31B5E0) is unknown color: approx Summer Sky. HEX triplet: 31, B5 and E0. RGB value is (49,181,224). Sum of RGB (Red+Green+Blue) = 49+181+224=454 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.79% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #31B5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31B5E0 is #CE4A1F. Grayscale: #929292. Windows color (decimal): -13519392 or 14726449. OLE color: 14726449.

HSL color Cylindrical-coordinate representation of color #31B5E0: hue angle of 194.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31B5E0 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49181224-
CMYK0.780.1900.12
HSL194.74º73.84%53.53%-
HSV(B)194.74º78.12%87.84%-
XYZ31.2539.0876.42-
YUV146.43171.7758.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.79%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 224 (87.89% from 255) = 49.34%
R=10.79%
G=39.87%
B=49.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal491812240.780.1900.12194.7473.8453.53
Hex31B5E04E130Cc34a36
Octal612653401162301430311266
Binary110001101101011110000010011101001101100110000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,181,224); }

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

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

 a { background-color: rgb(49,181,224); }

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

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

 span { border-color: rgb(49,181,224); }

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