Html Css Color HEX #ABEFE2 Water Leaf

📋 copy color: '#ABEFE2'

red 171 ◦ green 239 ◦ blue 226

#ABEFE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ABEFE2

Tints of Water Leaf #ABEFE2

RGB

 RED value IS 171 (67.19% from 255) = 26.89%

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 226 (88.67% from 255) = 35.53%

R = 26.89%
G = 37.58%
B = 35.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE2 (or 0xABEFE2) is known color: Water Leaf. HEX triplet: AB, EF and E2. RGB value is (171,239,226). Sum of RGB (Red+Green+Blue) = 171+239+226=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE2 is #54101D. Grayscale: #D9D9D9. Windows color (decimal): -5509150 or 14872491. OLE color: 14872491.

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

Color convert

RGB 171 239 226 -
CMYK 0.28 0 0.05 0.06
HSL 168.53º 0.68% 0.8% -
HSV(B) 168.53º 0.28% 0.94% -
XYZ 61.39 75.88 83.36 -
YUV 217.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 171 239 226 0.28 0 0.05 0.06 168.53 0.68 0.8
Hex AB EF E2 1C 0 5 6 A9 44 50
Octal 253 357 342 34 0 5 6 251 104 120
Binary 10101011 11101111 11100010 11100 0 101 110 10101001 1000100 1010000

Color Harmonies of #ABEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE2

Black with #ABEFE2

Text Example


Text Example

White with #ABEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE2; }

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

 H1.HeaderClassName
 {
   color: #ABEFE2;
 }
 .AnyTagClassName
 {
   color: #ABEFE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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