#ABE0E3

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

Shades of Powder Blue #ABE0E3

Tints of Powder Blue #ABE0E3

Color information

#ABE0E3 (or 0xABE0E3) is unknown color: approx Powder Blue. HEX triplet: AB, E0 and E3. RGB value is (171,224,227). Sum of RGB (Red+Green+Blue) = 171+224+227=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABE0E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0E3 is #541F1C. Grayscale: #D0D0D0. Windows color (decimal): -5512989 or 14934187. OLE color: 14934187.

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

Color convert

RGB171224227-
CMYK0.250.0100.11
HSL183.21º50%78.04%-
HSV(B)183.21º24.67%89.02%-
XYZ57.3267.5282.68-
YUV208.5138.44101.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 227 (89.06% from 255) = 36.50%
R=27.49%
G=36.01%
B=36.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712242270.250.0100.11183.215078.04
HexABE0E31910Bb7324e
Octal25334034331101326762116
Binary10101011111000001110001111001101011101101111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0E3; }

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

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

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

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

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

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

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

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