Html Css Color HEX #A5E3BD Vista Blue

📋 copy color: '#A5E3BD'

red 165 ◦ green 227 ◦ blue 189

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

Shades of Vista Blue #A5E3BD

Tints of Vista Blue #A5E3BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 28.4%
G = 39.07%
B = 32.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#A5E3BD (or 0xA5E3BD) is known color: Vista Blue. HEX triplet: A5, E3 and BD. RGB value is (165,227,189). Sum of RGB (Red+Green+Blue) = 165+227+189=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3BD is #5A1C42. Grayscale: #CCCCCC. Windows color (decimal): -5905475 or 12444581. OLE color: 12444581.

HSL color Cylindrical-coordinate representation of color #A5E3BD: hue angle of 143.23º 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 #A5E3BD is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 189 -
CMYK 0.27 0 0.17 0.11
HSL 143.23º 0.53% 0.77% -
HSV(B) 143.23º 0.27% 0.89% -
XYZ 52.17 66.61 58.25 -
YUV 204.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 165 227 189 0.27 0 0.17 0.11 143.23 0.53 0.77
Hex A5 E3 BD 1B 0 11 B 8F 35 4D
Octal 245 343 275 33 0 21 13 217 65 115
Binary 10100101 11100011 10111101 11011 0 10001 1011 10001111 110101 1001101

Color Harmonies of #A5E3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3BD

Black with #A5E3BD

Text Example


Text Example

White with #A5E3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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