Html Css Color HEX #ABEDDE Water Leaf

📋 copy color: '#ABEDDE'

red 171 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #ABEDDE

Tints of Water Leaf #ABEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.62%

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 27.14%
G = 37.62%
B = 35.24%

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

#ABEDDE (or 0xABEDDE) is known color: Water Leaf. HEX triplet: AB, ED and DE. RGB value is (171,237,222). Sum of RGB (Red+Green+Blue) = 171+237+222=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDDE is #541221. Grayscale: #D7D7D7. Windows color (decimal): -5509666 or 14609835. OLE color: 14609835.

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

Color convert

RGB 171 237 222 -
CMYK 0.28 0 0.06 0.07
HSL 166.36º 0.65% 0.8% -
HSV(B) 166.36º 0.28% 0.93% -
XYZ 60.26 74.5 80.31 -
YUV 215.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 171 237 222 0.28 0 0.06 0.07 166.36 0.65 0.8
Hex AB ED DE 1C 0 6 7 A6 41 50
Octal 253 355 336 34 0 6 7 246 101 120
Binary 10101011 11101101 11011110 11100 0 110 111 10100110 1000001 1010000

Color Harmonies of #ABEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDDE

Black with #ABEDDE

Text Example


Text Example

White with #ABEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDDE; }

 p { color: rgb(171,237,222); }

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

background-color css

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

 a { background-color: rgb(171,237,222); }

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

border-color css

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

 span { border-color: rgb(171,237,222); }

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