#ABDEE5

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

Shades of Powder Blue #ABDEE5

Tints of Powder Blue #ABDEE5

Color information

#ABDEE5 (or 0xABDEE5) is unknown color: approx Powder Blue. HEX triplet: AB, DE and E5. RGB value is (171,222,229). Sum of RGB (Red+Green+Blue) = 171+222+229=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEE5 is #54211A. Grayscale: #CFCFCF. Windows color (decimal): -5513499 or 15064747. OLE color: 15064747.

HSL color Cylindrical-coordinate representation of color #ABDEE5: hue angle of 187.24º 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 #ABDEE5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171222229-
CMYK0.250.0300.10
HSL187.24º52.73%78.43%-
HSV(B)187.24º25.33%89.8%-
XYZ57.0666.5683.97-
YUV207.55140.1101.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=27.49%
G=35.69%
B=36.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712222290.250.0300.10187.2452.7378.43
HexABDEE51930Abb354e
Octal25333634531301227365116
Binary101010111101111011100101110011101010101110111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEE5; }

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

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

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

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

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

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

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

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