#ABE0E4

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

Shades of Powder Blue #ABE0E4

Tints of Powder Blue #ABE0E4

Color information

#ABE0E4 (or 0xABE0E4) is unknown color: approx Powder Blue. HEX triplet: AB, E0 and E4. RGB value is (171,224,228). Sum of RGB (Red+Green+Blue) = 171+224+228=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABE0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0E4 is #541F1B. Grayscale: #D0D0D0. Windows color (decimal): -5512988 or 14999723. OLE color: 14999723.

HSL color Cylindrical-coordinate representation of color #ABE0E4: hue angle of 184.21º degrees, saturation: 0.51, 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 #ABE0E4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171224228-
CMYK0.250.0200.11
HSL184.21º51.35%78.24%-
HSV(B)184.21º25%89.41%-
XYZ57.4567.5783.41-
YUV208.61138.94101.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=27.45%
G=35.96%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712242280.250.0200.11184.2151.3578.24
HexABE0E41920Bb8334e
Octal25334034431201327063116
Binary101010111110000011100100110011001011101110001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0E4; }

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

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

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

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

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

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

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

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