Html Css Color HEX #ABEFE1 Water Leaf

📋 copy color: '#ABEFE1'

red 171 ◦ green 239 ◦ blue 225

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

Shades of Water Leaf #ABEFE1

Tints of Water Leaf #ABEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 26.93%
G = 37.64%
B = 35.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#ABEFE1 (or 0xABEFE1) is known color: Water Leaf. HEX triplet: AB, EF and E1. RGB value is (171,239,225). Sum of RGB (Red+Green+Blue) = 171+239+225=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFE1 is #54101E. Grayscale: #D9D9D9. Windows color (decimal): -5509151 or 14806955. OLE color: 14806955.

HSL color Cylindrical-coordinate representation of color #ABEFE1: hue angle of 167.65º 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 #ABEFE1 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 225 -
CMYK 0.28 0 0.06 0.06
HSL 167.65º 0.68% 0.8% -
HSV(B) 167.65º 0.28% 0.94% -
XYZ 61.25 75.83 82.64 -
YUV 217.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 171 239 225 0.28 0 0.06 0.06 167.65 0.68 0.8
Hex AB EF E1 1C 0 6 6 A8 44 50
Octal 253 357 341 34 0 6 6 250 104 120
Binary 10101011 11101111 11100001 11100 0 110 110 10101000 1000100 1010000

Color Harmonies of #ABEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFE1

Black with #ABEFE1

Text Example


Text Example

White with #ABEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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