Html Css Color HEX #A8D5BE Vista Blue

📋 copy color: '#A8D5BE'

red 168 ◦ green 213 ◦ blue 190

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

Shades of Vista Blue #A8D5BE

Tints of Vista Blue #A8D5BE

RGB

 RED value IS 168 (66.02% from 255) = 29.42%

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

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

R = 29.42%
G = 37.3%
B = 33.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#A8D5BE (or 0xA8D5BE) is known color: Vista Blue. HEX triplet: A8, D5 and BE. RGB value is (168,213,190). Sum of RGB (Red+Green+Blue) = 168+213+190=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5BE is #572A41. Grayscale: #C4C4C4. Windows color (decimal): -5712450 or 12506536. OLE color: 12506536.

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

Color convert

RGB 168 213 190 -
CMYK 0.21 0 0.11 0.16
HSL 149.33º 0.35% 0.75% -
HSV(B) 149.33º 0.21% 0.84% -
XYZ 49.24 59.63 57.63 -
YUV 196.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 168 213 190 0.21 0 0.11 0.16 149.33 0.35 0.75
Hex A8 D5 BE 15 0 B 10 95 23 4B
Octal 250 325 276 25 0 13 20 225 43 113
Binary 10101000 11010101 10111110 10101 0 1011 10000 10010101 100011 1001011

Color Harmonies of #A8D5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5BE

Black with #A8D5BE

Text Example


Text Example

White with #A8D5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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