#ABE2EA

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

Shades of Powder Blue #ABE2EA

Tints of Powder Blue #ABE2EA

Color information

#ABE2EA (or 0xABE2EA) is unknown color: approx Powder Blue. HEX triplet: AB, E2 and EA. RGB value is (171,226,234). Sum of RGB (Red+Green+Blue) = 171+226+234=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2EA is #541D15. Grayscale: #D2D2D2. Windows color (decimal): -5512470 or 15393451. OLE color: 15393451.

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

Color convert

RGB171226234-
CMYK0.270.0300.08
HSL187.62º60%79.41%-
HSV(B)187.62º26.92%91.76%-
XYZ58.8468.9988.06-
YUV210.47141.2899.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.10%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=27.10%
G=35.82%
B=37.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712262340.270.0300.08187.626079.41
HexABE2EA1B308bc3c4f
Octal25334235233301027474117
Binary101010111110001011101010110111101000101111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2EA; }

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

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

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

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

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

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

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

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