#31C2FF

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

Shades of Summer Sky #31C2FF

Tints of Summer Sky #31C2FF

Color information

#31C2FF (or 0x31C2FF) is unknown color: approx Summer Sky. HEX triplet: 31, C2 and FF. RGB value is (49,194,255). Sum of RGB (Red+Green+Blue) = 49+194+255=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #31C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31C2FF is #CE3D00. Grayscale: #9D9D9D. Windows color (decimal): -13516033 or 16761393. OLE color: 16761393.

HSL color Cylindrical-coordinate representation of color #31C2FF: hue angle of 197.77º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31C2FF is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB49194255-
CMYK0.810.2400
HSL197.77º100%59.61%-
HSV(B)197.77º80.78%100%-
XYZ38.6146.46101.54-
YUV157.6182.9650.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.84%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 255 (100% from 255) = 51.20%
R=9.84%
G=38.96%
B=51.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal491942550.810.2400197.7710059.61
Hex31C2FF511800c6643c
Octal61302377121300030614474
Binary110001110000101111111110100011100000110001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,194,255); }

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

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

 a { background-color: rgb(49,194,255); }

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

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

 span { border-color: rgb(49,194,255); }

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