#ABDFE0

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

Shades of Powder Blue #ABDFE0

Tints of Powder Blue #ABDFE0

Color information

#ABDFE0 (or 0xABDFE0) is unknown color: approx Powder Blue. HEX triplet: AB, DF and E0. RGB value is (171,223,224). Sum of RGB (Red+Green+Blue) = 171+223+224=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE0 is #54201F. Grayscale: #CFCFCF. Windows color (decimal): -5513248 or 14737323. OLE color: 14737323.

HSL color Cylindrical-coordinate representation of color #ABDFE0: hue angle of 181.13º 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 #ABDFE0 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171223224-
CMYK0.240.0000.12
HSL181.13º46.09%77.45%-
HSV(B)181.13º23.66%87.84%-
XYZ56.6466.8280.43-
YUV207.57137.27101.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=27.67%
G=36.08%
B=36.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712232240.240.0000.12181.1346.0977.45
HexABDFE01800Cb52e4d
Octal25333734030001426556115
Binary10101011110111111110000011000001100101101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFE0; }

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

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

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

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

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

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

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

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