#ABDFE4

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

Shades of Powder Blue #ABDFE4

Tints of Powder Blue #ABDFE4

Color information

#ABDFE4 (or 0xABDFE4) is unknown color: approx Powder Blue. HEX triplet: AB, DF and E4. RGB value is (171,223,228). Sum of RGB (Red+Green+Blue) = 171+223+228=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABDFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFE4 is #54201B. Grayscale: #CFCFCF. Windows color (decimal): -5513244 or 14999467. OLE color: 14999467.

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

Color convert

RGB171223228-
CMYK0.250.0200.11
HSL185.26º51.35%78.24%-
HSV(B)185.26º25%89.41%-
XYZ57.1967.0383.32-
YUV208.02139.27101.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=27.49%
G=35.85%
B=36.66%

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
Decimal1712232280.250.0200.11185.2651.3578.24
HexABDFE41920Bb9334e
Octal25333734431201327163116
Binary101010111101111111100100110011001011101110011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFE4; }

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

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

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

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

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

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

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

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