Html Css Color HEX #A9FAE2 Water Leaf

📋 copy color: '#A9FAE2'

red 169 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #A9FAE2

Tints of Water Leaf #A9FAE2

RGB

 RED value IS 169 (66.41% from 255) = 26.2%

 GREEN value IS 250 (98.05% from 255) = 38.76%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 26.2%
G = 38.76%
B = 35.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#A9FAE2 (or 0xA9FAE2) is known color: Water Leaf. HEX triplet: A9, FA and E2. RGB value is (169,250,226). Sum of RGB (Red+Green+Blue) = 169+250+226=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FAE2 is #56051D. Grayscale: #DFDFDF. Windows color (decimal): -5637406 or 14875305. OLE color: 14875305.

HSL color Cylindrical-coordinate representation of color #A9FAE2: hue angle of 162.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAE2 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 250 226 -
CMYK 0.32 0 0.10 0.02
HSL 162.22º 0.89% 0.82% -
HSV(B) 162.22º 0.32% 0.98% -
XYZ 64.28 82.3 84.45 -
YUV 223.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 169 250 226 0.32 0 0.10 0.02 162.22 0.89 0.82
Hex A9 FA E2 20 0 A 2 A2 59 52
Octal 251 372 342 40 0 12 2 242 131 122
Binary 10101001 11111010 11100010 100000 0 1010 10 10100010 1011001 1010010

Color Harmonies of #A9FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9FAE2

Black with #A9FAE2

Text Example


Text Example

White with #A9FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9FAE2; }

 p { color: rgb(169,250,226); }

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

background-color css

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

 a { background-color: rgb(169,250,226); }

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

border-color css

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

 span { border-color: rgb(169,250,226); }

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