#A1CEB8

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

Shades of Vista Blue #A1CEB8

Tints of Vista Blue #A1CEB8

Color information

#A1CEB8 (or 0xA1CEB8) is unknown color: approx Vista Blue. HEX triplet: A1, CE and B8. RGB value is (161,206,184). Sum of RGB (Red+Green+Blue) = 161+206+184=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEB8 is #5E3147. Grayscale: #BEBEBE. Windows color (decimal): -6173000 or 12111521. OLE color: 12111521.

HSL color Cylindrical-coordinate representation of color #A1CEB8: hue angle of 150.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEB8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB161206184-
CMYK0.2200.110.19
HSL150.67º31.47%71.96%-
HSV(B)150.67º21.84%80.78%-
XYZ45.4255.1853.6-
YUV190.04124.59107.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=29.22%
G=37.39%
B=33.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061840.2200.110.19150.6731.4771.96
HexA1CEB8160B13971f48
Octal241316270260132322737110
Binary10100001110011101011100010110010111001110010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEB8; }

 p { color: rgb(161,206,184); }

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

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

 a { background-color: rgb(161,206,184); }

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

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

 span { border-color: rgb(161,206,184); }

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