Html Css Color HEX #A5FCE6 Water Leaf

📋 copy color: '#A5FCE6'

red 165 ◦ green 252 ◦ blue 230

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

Shades of Water Leaf #A5FCE6

Tints of Water Leaf #A5FCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.95%

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

R = 25.5%
G = 38.95%
B = 35.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A5FCE6 (or 0xA5FCE6) is known color: Water Leaf. HEX triplet: A5, FC and E6. RGB value is (165,252,230). Sum of RGB (Red+Green+Blue) = 165+252+230=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FCE6 is #5A0319. Grayscale: #DFDFDF. Windows color (decimal): -5899034 or 15137957. OLE color: 15137957.

HSL color Cylindrical-coordinate representation of color #A5FCE6: hue angle of 164.83º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCE6 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 230 -
CMYK 0.35 0 0.09 0.01
HSL 164.83º 0.94% 0.82% -
HSV(B) 164.83º 0.35% 0.99% -
XYZ 64.61 83.33 87.54 -
YUV 223.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 165 252 230 0.35 0 0.09 0.01 164.83 0.94 0.82
Hex A5 FC E6 23 0 9 1 A5 5E 52
Octal 245 374 346 43 0 11 1 245 136 122
Binary 10100101 11111100 11100110 100011 0 1001 1 10100101 1011110 1010010

Color Harmonies of #A5FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FCE6

Black with #A5FCE6

Text Example


Text Example

White with #A5FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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