Html Css Color HEX #AFE9DC Water Leaf

📋 copy color: '#AFE9DC'

red 175 ◦ green 233 ◦ blue 220

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

Shades of Water Leaf #AFE9DC

Tints of Water Leaf #AFE9DC

RGB

 RED value IS 175 (68.75% from 255) = 27.87%

 GREEN value IS 233 (91.41% from 255) = 37.1%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 27.87%
G = 37.1%
B = 35.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AFE9DC (or 0xAFE9DC) is known color: Water Leaf. HEX triplet: AF, E9 and DC. RGB value is (175,233,220). Sum of RGB (Red+Green+Blue) = 175+233+220=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9DC is #501623. Grayscale: #D6D6D6. Windows color (decimal): -5248548 or 14477743. OLE color: 14477743.

HSL color Cylindrical-coordinate representation of color #AFE9DC: hue angle of 166.55º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9DC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 220 -
CMYK 0.25 0 0.06 0.09
HSL 166.55º 0.57% 0.8% -
HSV(B) 166.55º 0.25% 0.91% -
XYZ 59.74 72.56 78.57 -
YUV 214.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 175 233 220 0.25 0 0.06 0.09 166.55 0.57 0.8
Hex AF E9 DC 19 0 6 9 A7 39 50
Octal 257 351 334 31 0 6 11 247 71 120
Binary 10101111 11101001 11011100 11001 0 110 1001 10100111 111001 1010000

Color Harmonies of #AFE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9DC

Black with #AFE9DC

Text Example


Text Example

White with #AFE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9DC; }

 p { color: rgb(175,233,220); }

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

background-color css

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

 a { background-color: rgb(175,233,220); }

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

border-color css

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

 span { border-color: rgb(175,233,220); }

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