Html Css Color HEX #ABEFDB Water Leaf

📋 copy color: '#ABEFDB'

red 171 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #ABEFDB

Tints of Water Leaf #ABEFDB

RGB

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

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

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

R = 27.19%
G = 38%
B = 34.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ABEFDB (or 0xABEFDB) is known color: Water Leaf. HEX triplet: AB, EF and DB. RGB value is (171,239,219). Sum of RGB (Red+Green+Blue) = 171+239+219=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFDB is #541024. Grayscale: #D8D8D8. Windows color (decimal): -5509157 or 14413739. OLE color: 14413739.

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

Color convert

RGB 171 239 219 -
CMYK 0.28 0 0.08 0.06
HSL 162.35º 0.68% 0.8% -
HSV(B) 162.35º 0.28% 0.94% -
XYZ 60.45 75.51 78.41 -
YUV 216.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 171 239 219 0.28 0 0.08 0.06 162.35 0.68 0.8
Hex AB EF DB 1C 0 8 6 A2 44 50
Octal 253 357 333 34 0 10 6 242 104 120
Binary 10101011 11101111 11011011 11100 0 1000 110 10100010 1000100 1010000

Color Harmonies of #ABEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFDB

Black with #ABEFDB

Text Example


Text Example

White with #ABEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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