#ABDFEA

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

Shades of Powder Blue #ABDFEA

Tints of Powder Blue #ABDFEA

Color information

#ABDFEA (or 0xABDFEA) is unknown color: approx Powder Blue. HEX triplet: AB, DF and EA. RGB value is (171,223,234). Sum of RGB (Red+Green+Blue) = 171+223+234=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDFEA is #542015. Grayscale: #D0D0D0. Windows color (decimal): -5513238 or 15392683. OLE color: 15392683.

HSL color Cylindrical-coordinate representation of color #ABDFEA: hue angle of 190.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABDFEA is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171223234-
CMYK0.270.0500.08
HSL190.48º60%79.41%-
HSV(B)190.48º26.92%91.76%-
XYZ58.0367.3787.79-
YUV208.71142.27101.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.23%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=27.23%
G=35.51%
B=37.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712232340.270.0500.08190.486079.41
HexABDFEA1B508be3c4f
Octal25333735233501027674117
Binary1010101111011111111010101101110101000101111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFEA; }

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

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

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

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

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

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

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

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