Html Css Color HEX #ABEBDD Water Leaf

📋 copy color: '#ABEBDD'

red 171 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #ABEBDD

Tints of Water Leaf #ABEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.48%

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

R = 27.27%
G = 37.48%
B = 35.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ABEBDD (or 0xABEBDD) is known color: Water Leaf. HEX triplet: AB, EB and DD. RGB value is (171,235,221). Sum of RGB (Red+Green+Blue) = 171+235+221=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBDD is #541422. Grayscale: #D6D6D6. Windows color (decimal): -5510179 or 14543787. OLE color: 14543787.

HSL color Cylindrical-coordinate representation of color #ABEBDD: hue angle of 166.88º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBDD is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 235 221 -
CMYK 0.27 0 0.06 0.08
HSL 166.88º 0.62% 0.8% -
HSV(B) 166.88º 0.27% 0.92% -
XYZ 59.55 73.3 79.42 -
YUV 214.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 171 235 221 0.27 0 0.06 0.08 166.88 0.62 0.8
Hex AB EB DD 1B 0 6 8 A7 3E 50
Octal 253 353 335 33 0 6 10 247 76 120
Binary 10101011 11101011 11011101 11011 0 110 1000 10100111 111110 1010000

Color Harmonies of #ABEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEBDD

Black with #ABEBDD

Text Example


Text Example

White with #ABEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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