Html Css Color HEX #A3FDE5 Water Leaf

📋 copy color: '#A3FDE5'

red 163 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #A3FDE5

Tints of Water Leaf #A3FDE5

RGB

 RED value IS 163 (64.06% from 255) = 25.27%

 GREEN value IS 253 (99.22% from 255) = 39.22%

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

R = 25.27%
G = 39.22%
B = 35.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A3FDE5 (or 0xA3FDE5) is known color: Water Leaf. HEX triplet: A3, FD and E5. RGB value is (163,253,229). Sum of RGB (Red+Green+Blue) = 163+253+229=645 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.27% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FDE5 is #5C021A. Grayscale: #DFDFDF. Windows color (decimal): -6029851 or 15072675. OLE color: 15072675.

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

Color convert

RGB 163 253 229 -
CMYK 0.36 0 0.09 0.01
HSL 164º 0.96% 0.82% -
HSV(B) 164º 0.36% 0.99% -
XYZ 64.37 83.69 86.89 -
YUV 223.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 163 253 229 0.36 0 0.09 0.01 164 0.96 0.82
Hex A3 FD E5 24 0 9 1 A4 60 52
Octal 243 375 345 44 0 11 1 244 140 122
Binary 10100011 11111101 11100101 100100 0 1001 1 10100100 1100000 1010010

Color Harmonies of #A3FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3FDE5

Black with #A3FDE5

Text Example


Text Example

White with #A3FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3FDE5; }

 p { color: rgb(163,253,229); }

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

background-color css

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

 a { background-color: rgb(163,253,229); }

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

border-color css

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

 span { border-color: rgb(163,253,229); }

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