#ABE0E1

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

Shades of Powder Blue #ABE0E1

Tints of Powder Blue #ABE0E1

Color information

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

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

Color convert

RGB171224225-
CMYK0.240.0000.12
HSL181.11º47.37%77.65%-
HSV(B)181.11º24%88.24%-
XYZ57.0467.4181.24-
YUV208.27137.44101.42-

RGB Variations

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

RGB

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

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
Decimal1712242250.240.0000.12181.1147.3777.65
HexABE0E11800Cb52f4e
Octal25334034130001426557116
Binary10101011111000001110000111000001100101101011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0E1; }

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

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

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

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

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

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

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

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