#ABDFE5

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

Shades of Powder Blue #ABDFE5

Tints of Powder Blue #ABDFE5

Color information

#ABDFE5 (or 0xABDFE5) is unknown color: approx Powder Blue. HEX triplet: AB, DF and E5. RGB value is (171,223,229). Sum of RGB (Red+Green+Blue) = 171+223+229=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE5 is #54201A. Grayscale: #D0D0D0. Windows color (decimal): -5513243 or 15065003. OLE color: 15065003.

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

Color convert

RGB171223229-
CMYK0.250.0300.10
HSL186.21º52.73%78.43%-
HSV(B)186.21º25.33%89.8%-
XYZ57.3367.0984.06-
YUV208.14139.77101.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=27.45%
G=35.79%
B=36.76%

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
Decimal1712232290.250.0300.10186.2152.7378.43
HexABDFE51930Aba354e
Octal25333734531301227265116
Binary101010111101111111100101110011101010101110101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFE5; }

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

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

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

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

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

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

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

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