#ABE1E5

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

Shades of Powder Blue #ABE1E5

Tints of Powder Blue #ABE1E5

Color information

#ABE1E5 (or 0xABE1E5) is unknown color: approx Powder Blue. HEX triplet: AB, E1 and E5. RGB value is (171,225,229). Sum of RGB (Red+Green+Blue) = 171+225+229=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1E5 is #541E1A. Grayscale: #D1D1D1. Windows color (decimal): -5512731 or 15065515. OLE color: 15065515.

HSL color Cylindrical-coordinate representation of color #ABE1E5: hue angle of 184.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE1E5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171225229-
CMYK0.250.0200.10
HSL184.14º52.73%78.43%-
HSV(B)184.14º25.33%89.8%-
XYZ57.8668.1784.24-
YUV209.31139.11100.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=27.36%
G=36%
B=36.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712252290.250.0200.10184.1452.7378.43
HexABE1E51920Ab8354e
Octal25334134531201227065116
Binary101010111110000111100101110011001010101110001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1E5; }

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

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

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

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

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

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

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

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