Html Css Color HEX #AFFBE8 Water Leaf

📋 copy color: '#AFFBE8'

red 175 ◦ green 251 ◦ blue 232

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

Shades of Water Leaf #AFFBE8

Tints of Water Leaf #AFFBE8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 26.6%
G = 38.15%
B = 35.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#AFFBE8 (or 0xAFFBE8) is known color: Water Leaf. HEX triplet: AF, FB and E8. RGB value is (175,251,232). Sum of RGB (Red+Green+Blue) = 175+251+232=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBE8 is #500417. Grayscale: #E2E2E2. Windows color (decimal): -5243928 or 15268783. OLE color: 15268783.

HSL color Cylindrical-coordinate representation of color #AFFBE8: hue angle of 165º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBE8 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 232 -
CMYK 0.30 0 0.08 0.02
HSL 165º 0.9% 0.84% -
HSV(B) 165º 0.3% 0.98% -
XYZ 66.74 83.93 89.03 -
YUV 226.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 175 251 232 0.30 0 0.08 0.02 165 0.9 0.84
Hex AF FB E8 1E 0 8 2 A5 5A 54
Octal 257 373 350 36 0 10 2 245 132 124
Binary 10101111 11111011 11101000 11110 0 1000 10 10100101 1011010 1010100

Color Harmonies of #AFFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBE8

Black with #AFFBE8

Text Example


Text Example

White with #AFFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBE8; }

 p { color: rgb(175,251,232); }

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

background-color css

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

 a { background-color: rgb(175,251,232); }

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

border-color css

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

 span { border-color: rgb(175,251,232); }

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