Html Css Color HEX #AFEFDC Water Leaf

📋 copy color: '#AFEFDC'

red 175 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #AFEFDC

Tints of Water Leaf #AFEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 27.6%
G = 37.7%
B = 34.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#AFEFDC (or 0xAFEFDC) is known color: Water Leaf. HEX triplet: AF, EF and DC. RGB value is (175,239,220). Sum of RGB (Red+Green+Blue) = 175+239+220=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFDC is #501023. Grayscale: #D9D9D9. Windows color (decimal): -5247012 or 14479279. OLE color: 14479279.

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

Color convert

RGB 175 239 220 -
CMYK 0.27 0 0.08 0.06
HSL 162.19º 0.67% 0.81% -
HSV(B) 162.19º 0.27% 0.94% -
XYZ 61.46 76.01 79.14 -
YUV 217.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 175 239 220 0.27 0 0.08 0.06 162.19 0.67 0.81
Hex AF EF DC 1B 0 8 6 A2 43 51
Octal 257 357 334 33 0 10 6 242 103 121
Binary 10101111 11101111 11011100 11011 0 1000 110 10100010 1000011 1010001

Color Harmonies of #AFEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFDC

Black with #AFEFDC

Text Example


Text Example

White with #AFEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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