Html Css Color HEX #AFF1E5 Water Leaf

📋 copy color: '#AFF1E5'

red 175 ◦ green 241 ◦ blue 229

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

Shades of Water Leaf #AFF1E5

Tints of Water Leaf #AFF1E5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.36%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 27.13%
G = 37.36%
B = 35.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#AFF1E5 (or 0xAFF1E5) is known color: Water Leaf. HEX triplet: AF, F1 and E5. RGB value is (175,241,229). Sum of RGB (Red+Green+Blue) = 175+241+229=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E5 is #500E1A. Grayscale: #DBDBDB. Windows color (decimal): -5246491 or 15069615. OLE color: 15069615.

HSL color Cylindrical-coordinate representation of color #AFF1E5: hue angle of 169.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1E5 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 229 -
CMYK 0.27 0 0.05 0.05
HSL 169.09º 0.7% 0.82% -
HSV(B) 169.09º 0.27% 0.95% -
XYZ 63.28 77.68 85.79 -
YUV 219.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 175 241 229 0.27 0 0.05 0.05 169.09 0.7 0.82
Hex AF F1 E5 1B 0 5 5 A9 46 52
Octal 257 361 345 33 0 5 5 251 106 122
Binary 10101111 11110001 11100101 11011 0 101 101 10101001 1000110 1010010

Color Harmonies of #AFF1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1E5

Black with #AFF1E5

Text Example


Text Example

White with #AFF1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1E5; }

 p { color: rgb(175,241,229); }

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

background-color css

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

 a { background-color: rgb(175,241,229); }

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

border-color css

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

 span { border-color: rgb(175,241,229); }

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