Html Css Color HEX #AFF8E5 Water Leaf

📋 copy color: '#AFF8E5'

red 175 ◦ green 248 ◦ blue 229

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

Shades of Water Leaf #AFF8E5

Tints of Water Leaf #AFF8E5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.04%

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

R = 26.84%
G = 38.04%
B = 35.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#AFF8E5 (or 0xAFF8E5) is known color: Water Leaf. HEX triplet: AF, F8 and E5. RGB value is (175,248,229). Sum of RGB (Red+Green+Blue) = 175+248+229=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8E5 is #50071A. Grayscale: #E0E0E0. Windows color (decimal): -5244699 or 15071407. OLE color: 15071407.

HSL color Cylindrical-coordinate representation of color #AFF8E5: hue angle of 164.38º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8E5 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 229 -
CMYK 0.29 0 0.08 0.03
HSL 164.38º 0.84% 0.83% -
HSV(B) 164.38º 0.29% 0.97% -
XYZ 65.39 81.91 86.49 -
YUV 224.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 175 248 229 0.29 0 0.08 0.03 164.38 0.84 0.83
Hex AF F8 E5 1D 0 8 3 A4 54 53
Octal 257 370 345 35 0 10 3 244 124 123
Binary 10101111 11111000 11100101 11101 0 1000 11 10100100 1010100 1010011

Color Harmonies of #AFF8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8E5

Black with #AFF8E5

Text Example


Text Example

White with #AFF8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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