#ABE2E5

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

Shades of Powder Blue #ABE2E5

Tints of Powder Blue #ABE2E5

Color information

#ABE2E5 (or 0xABE2E5) is unknown color: approx Powder Blue. HEX triplet: AB, E2 and E5. RGB value is (171,226,229). Sum of RGB (Red+Green+Blue) = 171+226+229=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABE2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2E5 is #541D1A. Grayscale: #D1D1D1. Windows color (decimal): -5512475 or 15065771. OLE color: 15065771.

HSL color Cylindrical-coordinate representation of color #ABE2E5: hue angle of 183.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE2E5 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171226229-
CMYK0.250.0100.10
HSL183.1º52.73%78.43%-
HSV(B)183.1º25.33%89.8%-
XYZ58.1368.7184.33-
YUV209.9138.78100.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 226 (88.67% from 255) = 36.10%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=27.32%
G=36.10%
B=36.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712262290.250.0100.10183.152.7378.43
HexABE2E51910Ab7354e
Octal25334234531101226765116
Binary10101011111000101110010111001101010101101111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2E5; }

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

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

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

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

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

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

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

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