#ABDEE3

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

Shades of Powder Blue #ABDEE3

Tints of Powder Blue #ABDEE3

Color information

#ABDEE3 (or 0xABDEE3) is unknown color: approx Powder Blue. HEX triplet: AB, DE and E3. RGB value is (171,222,227). Sum of RGB (Red+Green+Blue) = 171+222+227=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEE3 is #54211C. Grayscale: #CFCFCF. Windows color (decimal): -5513501 or 14933675. OLE color: 14933675.

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

Color convert

RGB171222227-
CMYK0.250.0200.11
HSL185.36º50%78.04%-
HSV(B)185.36º24.67%89.02%-
XYZ56.7866.4582.51-
YUV207.32139.1102.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=27.58%
G=35.81%
B=36.61%

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
Decimal1712222270.250.0200.11185.365078.04
HexABDEE31920Bb9324e
Octal25333634331201327162116
Binary101010111101111011100011110011001011101110011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEE3; }

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

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

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

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

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

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

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

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