#31ACDE

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

Shades of Summer Sky #31ACDE

Tints of Summer Sky #31ACDE

Color information

#31ACDE (or 0x31ACDE) is unknown color: approx Summer Sky. HEX triplet: 31, AC and DE. RGB value is (49,172,222). Sum of RGB (Red+Green+Blue) = 49+172+222=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #31ACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ACDE is #CE5321. Grayscale: #8C8C8C. Windows color (decimal): -13521698 or 14593073. OLE color: 14593073.

HSL color Cylindrical-coordinate representation of color #31ACDE: hue angle of 197.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31ACDE is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB49172222-
CMYK0.780.2300.13
HSL197.34º72.38%53.14%-
HSV(B)197.34º77.93%87.06%-
XYZ29.235.4374.41-
YUV140.92173.7562.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.06%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 222 (87.11% from 255) = 50.11%
R=11.06%
G=38.83%
B=50.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal491722220.780.2300.13197.3472.3853.14
Hex31ACDE4E170Dc54835
Octal612543361162701530511065
Binary110001101011001101111010011101011101101110001011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,222); }

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

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

 a { background-color: rgb(49,172,222); }

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

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

 span { border-color: rgb(49,172,222); }

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