Html Css Color HEX #AFFBE5 Water Leaf

📋 copy color: '#AFFBE5'

red 175 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #AFFBE5

Tints of Water Leaf #AFFBE5

RGB

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

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

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

R = 26.72%
G = 38.32%
B = 34.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#AFFBE5 (or 0xAFFBE5) is known color: Water Leaf. HEX triplet: AF, FB and E5. RGB value is (175,251,229). Sum of RGB (Red+Green+Blue) = 175+251+229=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBE5 is #50041A. Grayscale: #E1E1E1. Windows color (decimal): -5243931 or 15072175. OLE color: 15072175.

HSL color Cylindrical-coordinate representation of color #AFFBE5: hue angle of 162.63º 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 #AFFBE5 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 251 229 -
CMYK 0.30 0 0.09 0.02
HSL 162.63º 0.9% 0.84% -
HSV(B) 162.63º 0.3% 0.98% -
XYZ 66.32 83.77 86.8 -
YUV 225.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 175 251 229 0.30 0 0.09 0.02 162.63 0.9 0.84
Hex AF FB E5 1E 0 9 2 A3 5A 54
Octal 257 373 345 36 0 11 2 243 132 124
Binary 10101111 11111011 11100101 11110 0 1001 10 10100011 1011010 1010100

Color Harmonies of #AFFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBE5

Black with #AFFBE5

Text Example


Text Example

White with #AFFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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