#ABE3E3

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

Shades of Powder Blue #ABE3E3

Tints of Powder Blue #ABE3E3

Color information

#ABE3E3 (or 0xABE3E3) is unknown color: approx Powder Blue. HEX triplet: AB, E3 and E3. RGB value is (171,227,227). Sum of RGB (Red+Green+Blue) = 171+227+227=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: green, blue. Hex color #ABE3E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3E3 is #541C1C. Grayscale: #D2D2D2. Windows color (decimal): -5512221 or 14934955. OLE color: 14934955.

HSL color Cylindrical-coordinate representation of color #ABE3E3: hue angle of 180º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3E3 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171227227-
CMYK0.25000.11
HSL180º50%78.04%-
HSV(B)180º24.67%89.02%-
XYZ58.1369.1482.96-
YUV210.26137.45100-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 227 (89.06% from 255) = 36.32%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=27.36%
G=36.32%
B=36.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712272270.25000.111805078.04
HexABE3E31900Bb4324e
Octal25334334331001326462116
Binary10101011111000111110001111001001011101101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3E3; }

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

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

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

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

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

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

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

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