#A8E0BF

Color #A8E0BF Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #A8E0BF

Tints of Vista Blue #A8E0BF

Color information

#A8E0BF (or 0xA8E0BF) is unknown color: approx Vista Blue. HEX triplet: A8, E0 and BF. RGB value is (168,224,191). Sum of RGB (Red+Green+Blue) = 168+224+191=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0BF is #571F40. Grayscale: #CBCBCB. Windows color (decimal): -5709633 or 12574888. OLE color: 12574888.

HSL color Cylindrical-coordinate representation of color #A8E0BF: hue angle of 144.64º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0BF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB168224191-
CMYK0.2500.150.12
HSL144.64º47.46%76.86%-
HSV(B)144.64º25%87.84%-
XYZ52.2165.459.16-
YUV203.49120.95102.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.82%
GREEN value IS 224 (87.89% from 255) = 38.42%
BLUE value IS 191 (75% from 255) = 32.76%
R=28.82%
G=38.42%
B=32.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682241910.2500.150.12144.6447.4676.86
HexA8E0BF190FC912f4d
Octal250340277310171422157115
Binary10101000111000001011111111001011111100100100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E0BF; }

 p { color: rgb(168,224,191); }

 H1.HeaderClassName
 {
   color: #A8E0BF;
 }
 .AnyTagClassName
 {
   color: #A8E0BF;
 }
</style>
background-color css

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

 a { background-color: rgb(168,224,191); }

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

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

 span { border-color: rgb(168,224,191); }

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