Html Css Color HEX #A5FAE6 Water Leaf

📋 copy color: '#A5FAE6'

red 165 ◦ green 250 ◦ blue 230

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

Shades of Water Leaf #A5FAE6

Tints of Water Leaf #A5FAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.66%

R = 25.58%
G = 38.76%
B = 35.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#A5FAE6 (or 0xA5FAE6) is known color: Water Leaf. HEX triplet: A5, FA and E6. RGB value is (165,250,230). Sum of RGB (Red+Green+Blue) = 165+250+230=645 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.58% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAE6 is #5A0519. Grayscale: #DEDEDE. Windows color (decimal): -5899546 or 15137445. OLE color: 15137445.

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

Color convert

RGB 165 250 230 -
CMYK 0.34 0 0.08 0.02
HSL 165.88º 0.89% 0.81% -
HSV(B) 165.88º 0.34% 0.98% -
XYZ 63.99 82.08 87.33 -
YUV 222.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 165 250 230 0.34 0 0.08 0.02 165.88 0.89 0.81
Hex A5 FA E6 22 0 8 2 A6 59 51
Octal 245 372 346 42 0 10 2 246 131 121
Binary 10100101 11111010 11100110 100010 0 1000 10 10100110 1011001 1010001

Color Harmonies of #A5FAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAE6

Black with #A5FAE6

Text Example


Text Example

White with #A5FAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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