#ABE3EA

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

Shades of Powder Blue #ABE3EA

Tints of Powder Blue #ABE3EA

Color information

#ABE3EA (or 0xABE3EA) is unknown color: approx Powder Blue. HEX triplet: AB, E3 and EA. RGB value is (171,227,234). Sum of RGB (Red+Green+Blue) = 171+227+234=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3EA is #541C15. Grayscale: #D2D2D2. Windows color (decimal): -5512214 or 15393707. OLE color: 15393707.

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

Color convert

RGB171227234-
CMYK0.270.0300.08
HSL186.67º60%79.41%-
HSV(B)186.67º26.92%91.76%-
XYZ59.1169.5488.15-
YUV211.05140.9599.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 227 (89.06% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=27.06%
G=35.92%
B=37.03%

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
Decimal1712272340.270.0300.08186.676079.41
HexABE3EA1B308bb3c4f
Octal25334335233301027374117
Binary101010111110001111101010110111101000101110111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3EA; }

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

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

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

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

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

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

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

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