Html Css Color HEX #ABEEDD Water Leaf

📋 copy color: '#ABEEDD'

red 171 ◦ green 238 ◦ blue 221

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

Shades of Water Leaf #ABEEDD

Tints of Water Leaf #ABEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.78%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 27.14%
G = 37.78%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ABEEDD (or 0xABEEDD) is known color: Water Leaf. HEX triplet: AB, EE and DD. RGB value is (171,238,221). Sum of RGB (Red+Green+Blue) = 171+238+221=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEDD is #541122. Grayscale: #D8D8D8. Windows color (decimal): -5509411 or 14544555. OLE color: 14544555.

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

Color convert

RGB 171 238 221 -
CMYK 0.28 0 0.07 0.07
HSL 164.78º 0.66% 0.8% -
HSV(B) 164.78º 0.28% 0.93% -
XYZ 60.42 75.03 79.7 -
YUV 216.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 171 238 221 0.28 0 0.07 0.07 164.78 0.66 0.8
Hex AB EE DD 1C 0 7 7 A5 42 50
Octal 253 356 335 34 0 7 7 245 102 120
Binary 10101011 11101110 11011101 11100 0 111 111 10100101 1000010 1010000

Color Harmonies of #ABEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEDD

Black with #ABEEDD

Text Example


Text Example

White with #ABEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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