#31D9FC

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

Shades of Summer Sky #31D9FC

Tints of Summer Sky #31D9FC

Color information

#31D9FC (or 0x31D9FC) is unknown color: approx Summer Sky. HEX triplet: 31, D9 and FC. RGB value is (49,217,252). Sum of RGB (Red+Green+Blue) = 49+217+252=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #31D9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D9FC is #CE2603. Grayscale: #AAAAAA. Windows color (decimal): -13510148 or 16570673. OLE color: 16570673.

HSL color Cylindrical-coordinate representation of color #31D9FC: hue angle of 190.34º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D9FC is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB49217252-
CMYK0.810.1400.01
HSL190.34º97.13%59.02%-
HSV(B)190.34º80.56%98.82%-
XYZ43.6557.31100.86-
YUV170.76173.8441.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 9.46%
GREEN value IS 217 (85.16% from 255) = 41.89%
BLUE value IS 252 (98.83% from 255) = 48.65%
R=9.46%
G=41.89%
B=48.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal492172520.810.1400.01190.3497.1359.02
Hex31D9FC51E01be613b
Octal61331374121160127614173
Binary11000111011001111111001010001111001101111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,217,252); }

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

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

 a { background-color: rgb(49,217,252); }

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

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

 span { border-color: rgb(49,217,252); }

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