#ABE0EA

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

Shades of Powder Blue #ABE0EA

Tints of Powder Blue #ABE0EA

Color information

#ABE0EA (or 0xABE0EA) is unknown color: approx Powder Blue. HEX triplet: AB, E0 and EA. RGB value is (171,224,234). Sum of RGB (Red+Green+Blue) = 171+224+234=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0EA is #541F15. Grayscale: #D1D1D1. Windows color (decimal): -5512982 or 15392939. OLE color: 15392939.

HSL color Cylindrical-coordinate representation of color #ABE0EA: hue angle of 189.52º 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 #ABE0EA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171224234-
CMYK0.270.0400.08
HSL189.52º60%79.41%-
HSV(B)189.52º26.92%91.76%-
XYZ58.367.9187.88-
YUV209.29141.94100.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.19%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=27.19%
G=35.61%
B=37.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712242340.270.0400.08189.526079.41
HexABE0EA1B408be3c4f
Octal25334035233401027674117
Binary1010101111100000111010101101110001000101111101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0EA; }

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

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

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

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

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

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

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

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