Html Css Color HEX #A8D7C1 Vista Blue

📋 copy color: '#A8D7C1'

red 168 ◦ green 215 ◦ blue 193

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

Shades of Vista Blue #A8D7C1

Tints of Vista Blue #A8D7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 29.17%
G = 37.33%
B = 33.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#A8D7C1 (or 0xA8D7C1) is known color: Vista Blue. HEX triplet: A8, D7 and C1. RGB value is (168,215,193). Sum of RGB (Red+Green+Blue) = 168+215+193=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7C1 is #57283E. Grayscale: #C6C6C6. Windows color (decimal): -5711935 or 12703656. OLE color: 12703656.

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

Color convert

RGB 168 215 193 -
CMYK 0.22 0 0.10 0.16
HSL 151.91º 0.37% 0.75% -
HSV(B) 151.91º 0.22% 0.84% -
XYZ 50.07 60.78 59.54 -
YUV 198.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 168 215 193 0.22 0 0.10 0.16 151.91 0.37 0.75
Hex A8 D7 C1 16 0 A 10 98 25 4B
Octal 250 327 301 26 0 12 20 230 45 113
Binary 10101000 11010111 11000001 10110 0 1010 10000 10011000 100101 1001011

Color Harmonies of #A8D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D7C1

Black with #A8D7C1

Text Example


Text Example

White with #A8D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D7C1; }

 p { color: rgb(168,215,193); }

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

background-color css

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

 a { background-color: rgb(168,215,193); }

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

border-color css

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

 span { border-color: rgb(168,215,193); }

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