Html Css Color HEX #ABEEDF Water Leaf

📋 copy color: '#ABEEDF'

red 171 ◦ green 238 ◦ blue 223

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

Shades of Water Leaf #ABEEDF

Tints of Water Leaf #ABEEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 27.06%
G = 37.66%
B = 35.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ABEEDF (or 0xABEEDF) is known color: Water Leaf. HEX triplet: AB, EE and DF. RGB value is (171,238,223). Sum of RGB (Red+Green+Blue) = 171+238+223=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEDF is #541120. Grayscale: #D8D8D8. Windows color (decimal): -5509409 or 14675627. OLE color: 14675627.

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

Color convert

RGB 171 238 223 -
CMYK 0.28 0 0.06 0.07
HSL 166.57º 0.66% 0.8% -
HSV(B) 166.57º 0.28% 0.93% -
XYZ 60.69 75.13 81.12 -
YUV 216.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 171 238 223 0.28 0 0.06 0.07 166.57 0.66 0.8
Hex AB EE DF 1C 0 6 7 A7 42 50
Octal 253 356 337 34 0 6 7 247 102 120
Binary 10101011 11101110 11011111 11100 0 110 111 10100111 1000010 1010000

Color Harmonies of #ABEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEEDF

Black with #ABEEDF

Text Example


Text Example

White with #ABEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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