Html Css Color HEX #ABEADF Water Leaf

📋 copy color: '#ABEADF'

red 171 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #ABEADF

Tints of Water Leaf #ABEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

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

R = 27.23%
G = 37.26%
B = 35.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ABEADF (or 0xABEADF) is known color: Water Leaf. HEX triplet: AB, EA and DF. RGB value is (171,234,223). Sum of RGB (Red+Green+Blue) = 171+234+223=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEADF is #541520. Grayscale: #D5D5D5. Windows color (decimal): -5510433 or 14674603. OLE color: 14674603.

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

Color convert

RGB 171 234 223 -
CMYK 0.27 0 0.05 0.08
HSL 169.52º 0.6% 0.79% -
HSV(B) 169.52º 0.27% 0.92% -
XYZ 59.54 72.83 80.73 -
YUV 213.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 171 234 223 0.27 0 0.05 0.08 169.52 0.6 0.79
Hex AB EA DF 1B 0 5 8 AA 3C 4F
Octal 253 352 337 33 0 5 10 252 74 117
Binary 10101011 11101010 11011111 11011 0 101 1000 10101010 111100 1001111

Color Harmonies of #ABEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEADF

Black with #ABEADF

Text Example


Text Example

White with #ABEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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