#ABE2E7

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

Shades of Powder Blue #ABE2E7

Tints of Powder Blue #ABE2E7

Color information

#ABE2E7 (or 0xABE2E7) is unknown color: approx Powder Blue. HEX triplet: AB, E2 and E7. RGB value is (171,226,231). Sum of RGB (Red+Green+Blue) = 171+226+231=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABE2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE2E7 is #541D18. Grayscale: #D2D2D2. Windows color (decimal): -5512473 or 15196843. OLE color: 15196843.

HSL color Cylindrical-coordinate representation of color #ABE2E7: hue angle of 185º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE2E7 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171226231-
CMYK0.260.0200.09
HSL185º55.56%78.82%-
HSV(B)185º25.97%90.59%-
XYZ58.4168.8285.81-
YUV210.12139.78100.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.23%
GREEN value IS 226 (88.67% from 255) = 35.99%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=27.23%
G=35.99%
B=36.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712262310.260.0200.0918555.5678.82
HexABE2E71A209b9384f
Octal25334234732201127170117
Binary101010111110001011100111110101001001101110011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2E7; }

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

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

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

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

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

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

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

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