Html Css Color HEX #AFEDDC Water Leaf

📋 copy color: '#AFEDDC'

red 175 ◦ green 237 ◦ blue 220

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

Shades of Water Leaf #AFEDDC

Tints of Water Leaf #AFEDDC

RGB

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

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

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

R = 27.69%
G = 37.5%
B = 34.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#AFEDDC (or 0xAFEDDC) is known color: Water Leaf. HEX triplet: AF, ED and DC. RGB value is (175,237,220). Sum of RGB (Red+Green+Blue) = 175+237+220=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDC is #501223. Grayscale: #D8D8D8. Windows color (decimal): -5247524 or 14478767. OLE color: 14478767.

HSL color Cylindrical-coordinate representation of color #AFEDDC: hue angle of 163.55º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDDC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 220 -
CMYK 0.26 0 0.07 0.07
HSL 163.55º 0.63% 0.81% -
HSV(B) 163.55º 0.26% 0.93% -
XYZ 60.88 74.85 78.95 -
YUV 216.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 175 237 220 0.26 0 0.07 0.07 163.55 0.63 0.81
Hex AF ED DC 1A 0 7 7 A4 3F 51
Octal 257 355 334 32 0 7 7 244 77 121
Binary 10101111 11101101 11011100 11010 0 111 111 10100100 111111 1010001

Color Harmonies of #AFEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDDC

Black with #AFEDDC

Text Example


Text Example

White with #AFEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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