#ABE0DE

Color #ABE0DE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #ABE0DE

Tints of Powder Blue #ABE0DE

Color information

#ABE0DE (or 0xABE0DE) is unknown color: approx Powder Blue. HEX triplet: AB, E0 and DE. RGB value is (171,224,222). Sum of RGB (Red+Green+Blue) = 171+224+222=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0DE is #541F21. Grayscale: #CFCFCF. Windows color (decimal): -5512994 or 14606507. OLE color: 14606507.

HSL color Cylindrical-coordinate representation of color #ABE0DE: hue angle of 177.74º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0DE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB171224222-
CMYK0.2400.010.12
HSL177.74º46.09%77.45%-
HSV(B)177.74º23.66%87.84%-
XYZ56.6467.2479.1-
YUV207.92135.94101.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=27.71%
G=36.30%
B=35.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242220.2400.010.12177.7446.0977.45
HexABE0DE1801Cb22e4d
Octal25334033630011426256115
Binary10101011111000001101111011000011100101100101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0DE; }

 p { color: rgb(171,224,222); }

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

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

 a { background-color: rgb(171,224,222); }

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

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

 span { border-color: rgb(171,224,222); }

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