Html Css Color HEX #A5FAE8 Water Leaf

📋 copy color: '#A5FAE8'

red 165 ◦ green 250 ◦ blue 232

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

Shades of Water Leaf #A5FAE8

Tints of Water Leaf #A5FAE8

RGB

 RED value IS 165 (64.84% from 255) = 25.5%

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

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

R = 25.5%
G = 38.64%
B = 35.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#A5FAE8 (or 0xA5FAE8) is known color: Water Leaf. HEX triplet: A5, FA and E8. RGB value is (165,250,232). Sum of RGB (Red+Green+Blue) = 165+250+232=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAE8 is #5A0517. Grayscale: #DEDEDE. Windows color (decimal): -5899544 or 15268517. OLE color: 15268517.

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

Color convert

RGB 165 250 232 -
CMYK 0.34 0 0.07 0.02
HSL 167.29º 0.89% 0.81% -
HSV(B) 167.29º 0.34% 0.98% -
XYZ 64.27 82.2 88.82 -
YUV 222.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 165 250 232 0.34 0 0.07 0.02 167.29 0.89 0.81
Hex A5 FA E8 22 0 7 2 A7 59 51
Octal 245 372 350 42 0 7 2 247 131 121
Binary 10100101 11111010 11101000 100010 0 111 10 10100111 1011001 1010001

Color Harmonies of #A5FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAE8

Black with #A5FAE8

Text Example


Text Example

White with #A5FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAE8; }

 p { color: rgb(165,250,232); }

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

background-color css

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

 a { background-color: rgb(165,250,232); }

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

border-color css

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

 span { border-color: rgb(165,250,232); }

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