#31C3EA

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

Shades of Summer Sky #31C3EA

Tints of Summer Sky #31C3EA

Color information

#31C3EA (or 0x31C3EA) is unknown color: approx Summer Sky. HEX triplet: 31, C3 and EA. RGB value is (49,195,234). Sum of RGB (Red+Green+Blue) = 49+195+234=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #31C3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C3EA is #CE3C15. Grayscale: #9B9B9B. Windows color (decimal): -13515798 or 15385393. OLE color: 15385393.

HSL color Cylindrical-coordinate representation of color #31C3EA: hue angle of 192.65º 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 #31C3EA is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49195234-
CMYK0.790.1700.08
HSL192.65º81.5%55.49%-
HSV(B)192.65º79.06%91.76%-
XYZ35.6345.6284.77-
YUV155.79172.1351.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.25%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=10.25%
G=40.79%
B=48.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491952340.790.1700.08192.6581.555.49
Hex31C3EA4F1108c15137
Octal613033521172101030112167
Binary110001110000111110101010011111000101000110000011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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