#A3CEBB

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

Shades of Vista Blue #A3CEBB

Tints of Vista Blue #A3CEBB

Color information

#A3CEBB (or 0xA3CEBB) is unknown color: approx Vista Blue. HEX triplet: A3, CE and BB. RGB value is (163,206,187). Sum of RGB (Red+Green+Blue) = 163+206+187=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CEBB is #5C3144. Grayscale: #BFBFBF. Windows color (decimal): -6041925 or 12308131. OLE color: 12308131.

HSL color Cylindrical-coordinate representation of color #A3CEBB: hue angle of 153.49º degrees, saturation: 0.3, 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 #A3CEBB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB163206187-
CMYK0.2100.090.19
HSL153.49º30.5%72.35%-
HSV(B)153.49º20.87%80.78%-
XYZ46.1555.5255.3-
YUV190.98125.75108.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=29.32%
G=37.05%
B=33.63%

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
Decimal1632061870.2100.090.19153.4930.572.35
HexA3CEBB150913991e48
Octal243316273250112323136110
Binary10100011110011101011101110101010011001110011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CEBB; }

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

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

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

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

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

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

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

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