#31A1D9

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

Shades of Summer Sky #31A1D9

Tints of Summer Sky #31A1D9

Color information

#31A1D9 (or 0x31A1D9) is unknown color: approx Summer Sky. HEX triplet: 31, A1 and D9. RGB value is (49,161,217). Sum of RGB (Red+Green+Blue) = 49+161+217=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #31A1D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1D9 is #CE5E26. Grayscale: #858585. Windows color (decimal): -13524519 or 14262577. OLE color: 14262577.

HSL color Cylindrical-coordinate representation of color #31A1D9: hue angle of 200º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A1D9 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB49161217-
CMYK0.770.2600.15
HSL200º68.85%52.16%-
HSV(B)200º77.42%85.1%-
XYZ26.5431.1570.26-
YUV133.9174.8967.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.48%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=11.48%
G=37.70%
B=50.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal491612170.770.2600.1520068.8552.16
Hex31A1D94D1A0Fc84534
Octal612413311153201731010564
Binary110001101000011101100110011011101001111110010001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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