#31A9D7

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

Shades of Summer Sky #31A9D7

Tints of Summer Sky #31A9D7

Color information

#31A9D7 (or 0x31A9D7) is unknown color: approx Summer Sky. HEX triplet: 31, A9 and D7. RGB value is (49,169,215). Sum of RGB (Red+Green+Blue) = 49+169+215=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #31A9D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A9D7 is #CE5628. Grayscale: #8A8A8A. Windows color (decimal): -13522473 or 14133553. OLE color: 14133553.

HSL color Cylindrical-coordinate representation of color #31A9D7: hue angle of 196.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A9D7 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB49169215-
CMYK0.770.2100.16
HSL196.63º67.48%51.76%-
HSV(B)196.63º77.21%84.31%-
XYZ27.7233.9469.38-
YUV138.36171.2464.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.32%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 215 (84.38% from 255) = 49.65%
R=11.32%
G=39.03%
B=49.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal491692150.770.2100.16196.6367.4851.76
Hex31A9D74D15010c54334
Octal612513271152502030510364
Binary1100011010100111010111100110110101010000110001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,169,215); }

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

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

 a { background-color: rgb(49,169,215); }

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

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

 span { border-color: rgb(49,169,215); }

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