#31CCE0

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

Shades of Summer Sky #31CCE0

Tints of Summer Sky #31CCE0

Color information

#31CCE0 (or 0x31CCE0) is unknown color: approx Summer Sky. HEX triplet: 31, CC and E0. RGB value is (49,204,224). Sum of RGB (Red+Green+Blue) = 49+204+224=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #31CCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCE0 is #CE331F. Grayscale: #9F9F9F. Windows color (decimal): -13513504 or 14732337. OLE color: 14732337.

HSL color Cylindrical-coordinate representation of color #31CCE0: hue angle of 186.86º 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 #31CCE0 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49204224-
CMYK0.780.0900.12
HSL186.86º73.84%53.53%-
HSV(B)186.86º78.12%87.84%-
XYZ36.3149.2278.11-
YUV159.94164.1548.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.27%
GREEN value IS 204 (80.08% from 255) = 42.77%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=10.27%
G=42.77%
B=46.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492042240.780.0900.12186.8673.8453.53
Hex31CCE04E90Cbb4a36
Octal613143401161101427311266
Binary11000111001100111000001001110100101100101110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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