Html Css Color HEX #ABFDE5 Water Leaf

📋 copy color: '#ABFDE5'

red 171 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #ABFDE5

Tints of Water Leaf #ABFDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.74%

 BLUE value IS 229 (89.84% from 255) = 35.07%

R = 26.19%
G = 38.74%
B = 35.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#ABFDE5 (or 0xABFDE5) is known color: Water Leaf. HEX triplet: AB, FD and E5. RGB value is (171,253,229). Sum of RGB (Red+Green+Blue) = 171+253+229=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDE5 is #54021A. Grayscale: #E1E1E1. Windows color (decimal): -5505563 or 15072683. OLE color: 15072683.

HSL color Cylindrical-coordinate representation of color #ABFDE5: hue angle of 162.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDE5 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 253 229 -
CMYK 0.32 0 0.09 0.01
HSL 162.44º 0.95% 0.83% -
HSV(B) 162.44º 0.32% 0.99% -
XYZ 66.06 84.57 86.97 -
YUV 225.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 171 253 229 0.32 0 0.09 0.01 162.44 0.95 0.83
Hex AB FD E5 20 0 9 1 A2 5F 53
Octal 253 375 345 40 0 11 1 242 137 123
Binary 10101011 11111101 11100101 100000 0 1001 1 10100010 1011111 1010011

Color Harmonies of #ABFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFDE5

Black with #ABFDE5

Text Example


Text Example

White with #ABFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFDE5; }

 p { color: rgb(171,253,229); }

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

background-color css

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

 a { background-color: rgb(171,253,229); }

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

border-color css

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

 span { border-color: rgb(171,253,229); }

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