#ABEEE2

Color #ABEEE2 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABEEE2

Tints of Water Leaf #ABEEE2

Color information

#ABEEE2 (or 0xABEEE2) is unknown color: approx Water Leaf. HEX triplet: AB, EE and E2. RGB value is (171,238,226). Sum of RGB (Red+Green+Blue) = 171+238+226=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEE2 is #54111D. Grayscale: #D8D8D8. Windows color (decimal): -5509406 or 14872235. OLE color: 14872235.

HSL color Cylindrical-coordinate representation of color #ABEEE2: hue angle of 169.25º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEE2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB171238226-
CMYK0.2800.050.07
HSL169.25º66.34%80.2%-
HSV(B)169.25º28.15%93.33%-
XYZ61.175.383.27-
YUV216.6133.395.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=26.93%
G=37.48%
B=35.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712382260.2800.050.07169.2566.3480.2
HexABEEE21C057a94250
Octal25335634234057251102120
Binary1010101111101110111000101110001011111010100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEE2; }

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

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

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

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

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

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

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

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