#A8DCBC

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

Shades of Vista Blue #A8DCBC

Tints of Vista Blue #A8DCBC

Color information

#A8DCBC (or 0xA8DCBC) is unknown color: approx Vista Blue. HEX triplet: A8, DC and BC. RGB value is (168,220,188). Sum of RGB (Red+Green+Blue) = 168+220+188=576 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.17% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCBC is #572343. Grayscale: #C8C8C8. Windows color (decimal): -5710660 or 12377256. OLE color: 12377256.

HSL color Cylindrical-coordinate representation of color #A8DCBC: hue angle of 143.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCBC is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB168220188-
CMYK0.2400.150.14
HSL143.08º42.62%76.08%-
HSV(B)143.08º23.64%86.27%-
XYZ50.8263.1457.09-
YUV200.8120.77104.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.17%
GREEN value IS 220 (86.33% from 255) = 38.19%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=29.17%
G=38.19%
B=32.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201880.2400.150.14143.0842.6276.08
HexA8DCBC180FE8f2b4c
Octal250334274300171621753114
Binary10101000110111001011110011000011111110100011111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCBC; }

 p { color: rgb(168,220,188); }

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

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

 a { background-color: rgb(168,220,188); }

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

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

 span { border-color: rgb(168,220,188); }

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