#ABE1E0

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

Shades of Powder Blue #ABE1E0

Tints of Powder Blue #ABE1E0

Color information

#ABE1E0 (or 0xABE1E0) is unknown color: approx Powder Blue. HEX triplet: AB, E1 and E0. RGB value is (171,225,224). Sum of RGB (Red+Green+Blue) = 171+225+224=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1E0 is #541E1F. Grayscale: #D0D0D0. Windows color (decimal): -5512736 or 14737835. OLE color: 14737835.

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

Color convert

RGB171225224-
CMYK0.2400.000.12
HSL178.89º47.37%77.65%-
HSV(B)178.89º24%88.24%-
XYZ57.1767.8980.61-
YUV208.74136.61101.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=27.58%
G=36.29%
B=36.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712252240.2400.000.12178.8947.3777.65
HexABE1E01800Cb32f4e
Octal25334134030001426357116
Binary10101011111000011110000011000001100101100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1E0; }

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

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

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

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

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

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

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

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