Html Css Color HEX #A5E3BF Vista Blue

📋 copy color: '#A5E3BF'

red 165 ◦ green 227 ◦ blue 191

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

Shades of Vista Blue #A5E3BF

Tints of Vista Blue #A5E3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

 BLUE value IS 191 (75% from 255) = 32.76%

R = 28.3%
G = 38.94%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#A5E3BF (or 0xA5E3BF) is known color: Vista Blue. HEX triplet: A5, E3 and BF. RGB value is (165,227,191). Sum of RGB (Red+Green+Blue) = 165+227+191=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3BF is #5A1C40. Grayscale: #CCCCCC. Windows color (decimal): -5905473 or 12575653. OLE color: 12575653.

HSL color Cylindrical-coordinate representation of color #A5E3BF: hue angle of 145.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3BF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 191 -
CMYK 0.27 0 0.16 0.11
HSL 145.16º 0.53% 0.77% -
HSV(B) 145.16º 0.27% 0.89% -
XYZ 52.39 66.7 59.4 -
YUV 204.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 165 227 191 0.27 0 0.16 0.11 145.16 0.53 0.77
Hex A5 E3 BF 1B 0 10 B 91 35 4D
Octal 245 343 277 33 0 20 13 221 65 115
Binary 10100101 11100011 10111111 11011 0 10000 1011 10010001 110101 1001101

Color Harmonies of #A5E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3BF

Black with #A5E3BF

Text Example


Text Example

White with #A5E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3BF; }

 p { color: rgb(165,227,191); }

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

background-color css

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

 a { background-color: rgb(165,227,191); }

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

border-color css

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

 span { border-color: rgb(165,227,191); }

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