#A2CEBB

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

Shades of Vista Blue #A2CEBB

Tints of Vista Blue #A2CEBB

Color information

#A2CEBB (or 0xA2CEBB) is unknown color: approx Vista Blue. HEX triplet: A2, CE and BB. RGB value is (162,206,187). Sum of RGB (Red+Green+Blue) = 162+206+187=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEBB is #5D3144. Grayscale: #BEBEBE. Windows color (decimal): -6107461 or 12308130. OLE color: 12308130.

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

Color convert

RGB162206187-
CMYK0.2100.090.19
HSL154.09º30.99%72.16%-
HSV(B)154.09º21.36%80.78%-
XYZ45.9455.4155.29-
YUV190.68125.92107.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=29.19%
G=37.12%
B=33.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061870.2100.090.19154.0930.9972.16
HexA2CEBB1509139a1f48
Octal242316273250112323237110
Binary10100010110011101011101110101010011001110011010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEBB; }

 p { color: rgb(162,206,187); }

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

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

 a { background-color: rgb(162,206,187); }

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

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

 span { border-color: rgb(162,206,187); }

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