#ABE0E0

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

Shades of Powder Blue #ABE0E0

Tints of Powder Blue #ABE0E0

Color information

#ABE0E0 (or 0xABE0E0) is unknown color: approx Powder Blue. HEX triplet: AB, E0 and E0. RGB value is (171,224,224). Sum of RGB (Red+Green+Blue) = 171+224+224=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #ABE0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0E0 is #541F1F. Grayscale: #D0D0D0. Windows color (decimal): -5512992 or 14737579. OLE color: 14737579.

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

Color convert

RGB171224224-
CMYK0.24000.12
HSL180º46.09%77.45%-
HSV(B)180º23.66%87.84%-
XYZ56.967.3580.52-
YUV208.15136.94101.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=27.63%
G=36.19%
B=36.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712242240.24000.1218046.0977.45
HexABE0E01800Cb42e4d
Octal25334034030001426456115
Binary10101011111000001110000011000001100101101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0E0; }

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

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

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

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

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

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

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

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