Html Css Color HEX #A5D5BE Vista Blue

📋 copy color: '#A5D5BE'

red 165 ◦ green 213 ◦ blue 190

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

Shades of Vista Blue #A5D5BE

Tints of Vista Blue #A5D5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.5%

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 29.05%
G = 37.5%
B = 33.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#A5D5BE (or 0xA5D5BE) is known color: Vista Blue. HEX triplet: A5, D5 and BE. RGB value is (165,213,190). Sum of RGB (Red+Green+Blue) = 165+213+190=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5BE is #5A2A41. Grayscale: #C4C4C4. Windows color (decimal): -5909058 or 12506533. OLE color: 12506533.

HSL color Cylindrical-coordinate representation of color #A5D5BE: hue angle of 151.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5BE is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 213 190 -
CMYK 0.23 0 0.11 0.16
HSL 151.25º 0.36% 0.74% -
HSV(B) 151.25º 0.23% 0.84% -
XYZ 48.61 59.31 57.6 -
YUV 196.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 165 213 190 0.23 0 0.11 0.16 151.25 0.36 0.74
Hex A5 D5 BE 17 0 B 10 97 24 4A
Octal 245 325 276 27 0 13 20 227 44 112
Binary 10100101 11010101 10111110 10111 0 1011 10000 10010111 100100 1001010

Color Harmonies of #A5D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D5BE

Black with #A5D5BE

Text Example


Text Example

White with #A5D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D5BE; }

 p { color: rgb(165,213,190); }

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

background-color css

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

 a { background-color: rgb(165,213,190); }

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

border-color css

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

 span { border-color: rgb(165,213,190); }

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