#ABDDE2

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

Shades of Powder Blue #ABDDE2

Tints of Powder Blue #ABDDE2

Color information

#ABDDE2 (or 0xABDDE2) is unknown color: approx Powder Blue. HEX triplet: AB, DD and E2. RGB value is (171,221,226). Sum of RGB (Red+Green+Blue) = 171+221+226=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDE2 is #54221D. Grayscale: #CECECE. Windows color (decimal): -5513758 or 14867883. OLE color: 14867883.

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

Color convert

RGB171221226-
CMYK0.240.0200.11
HSL185.45º48.67%77.84%-
HSV(B)185.45º24.34%88.63%-
XYZ56.3865.8681.69-
YUV206.62138.94102.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 226 (88.67% from 255) = 36.57%
R=27.67%
G=35.76%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712212260.240.0200.11185.4548.6777.84
HexABDDE21820Bb9314e
Octal25333534230201327161116
Binary101010111101110111100010110001001011101110011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDE2; }

 p { color: rgb(171,221,226); }

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

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

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

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

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

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

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