Html Css Color HEX #AFEBDD Water Leaf

📋 copy color: '#AFEBDD'

red 175 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #AFEBDD

Tints of Water Leaf #AFEBDD

RGB

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

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

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

R = 27.73%
G = 37.24%
B = 35.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AFEBDD (or 0xAFEBDD) is known color: Water Leaf. HEX triplet: AF, EB and DD. RGB value is (175,235,221). Sum of RGB (Red+Green+Blue) = 175+235+221=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBDD is #501422. Grayscale: #D7D7D7. Windows color (decimal): -5248035 or 14543791. OLE color: 14543791.

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

Color convert

RGB 175 235 221 -
CMYK 0.26 0 0.06 0.08
HSL 166º 0.6% 0.8% -
HSV(B) 166º 0.26% 0.92% -
XYZ 60.44 73.75 79.46 -
YUV 215.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 175 235 221 0.26 0 0.06 0.08 166 0.6 0.8
Hex AF EB DD 1A 0 6 8 A6 3C 50
Octal 257 353 335 32 0 6 10 246 74 120
Binary 10101111 11101011 11011101 11010 0 110 1000 10100110 111100 1010000

Color Harmonies of #AFEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBDD

Black with #AFEBDD

Text Example


Text Example

White with #AFEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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