#31C4EA

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

Shades of Summer Sky #31C4EA

Tints of Summer Sky #31C4EA

Color information

#31C4EA (or 0x31C4EA) is unknown color: approx Summer Sky. HEX triplet: 31, C4 and EA. RGB value is (49,196,234). Sum of RGB (Red+Green+Blue) = 49+196+234=479 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.23% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #31C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C4EA is #CE3B15. Grayscale: #9C9C9C. Windows color (decimal): -13515542 or 15385649. OLE color: 15385649.

HSL color Cylindrical-coordinate representation of color #31C4EA: hue angle of 192.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31C4EA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49196234-
CMYK0.790.1600.08
HSL192.32º81.5%55.49%-
HSV(B)192.32º79.06%91.76%-
XYZ35.8646.0784.85-
YUV156.38171.851.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.23%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=10.23%
G=40.92%
B=48.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491962340.790.1600.08192.3281.555.49
Hex31C4EA4F1008c05137
Octal613043521172001030012167
Binary110001110001001110101010011111000001000110000001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,196,234); }

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

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

 a { background-color: rgb(49,196,234); }

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

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

 span { border-color: rgb(49,196,234); }

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