#ABDFE3

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

Shades of Powder Blue #ABDFE3

Tints of Powder Blue #ABDFE3

Color information

#ABDFE3 (or 0xABDFE3) is unknown color: approx Powder Blue. HEX triplet: AB, DF and E3. RGB value is (171,223,227). Sum of RGB (Red+Green+Blue) = 171+223+227=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABDFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE3 is #54201C. Grayscale: #CFCFCF. Windows color (decimal): -5513245 or 14933931. OLE color: 14933931.

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

Color convert

RGB171223227-
CMYK0.250.0200.11
HSL184.29º50%78.04%-
HSV(B)184.29º24.67%89.02%-
XYZ57.0566.9882.59-
YUV207.91138.77101.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=27.54%
G=35.91%
B=36.55%

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
Decimal1712232270.250.0200.11184.295078.04
HexABDFE31920Bb8324e
Octal25333734331201327062116
Binary101010111101111111100011110011001011101110001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFE3; }

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

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

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

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

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

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

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

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