Html Css Color HEX #ABEEDB Water Leaf

📋 copy color: '#ABEEDB'

red 171 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #ABEEDB

Tints of Water Leaf #ABEEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 27.23%
G = 37.9%
B = 34.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ABEEDB (or 0xABEEDB) is known color: Water Leaf. HEX triplet: AB, EE and DB. RGB value is (171,238,219). Sum of RGB (Red+Green+Blue) = 171+238+219=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEDB is #541124. Grayscale: #D7D7D7. Windows color (decimal): -5509413 or 14413483. OLE color: 14413483.

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

Color convert

RGB 171 238 219 -
CMYK 0.28 0 0.08 0.07
HSL 162.99º 0.66% 0.8% -
HSV(B) 162.99º 0.28% 0.93% -
XYZ 60.16 74.92 78.31 -
YUV 215.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 171 238 219 0.28 0 0.08 0.07 162.99 0.66 0.8
Hex AB EE DB 1C 0 8 7 A3 42 50
Octal 253 356 333 34 0 10 7 243 102 120
Binary 10101011 11101110 11011011 11100 0 1000 111 10100011 1000010 1010000

Color Harmonies of #ABEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEDB

Black with #ABEEDB

Text Example


Text Example

White with #ABEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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