#A3CFBB

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

Shades of Vista Blue #A3CFBB

Tints of Vista Blue #A3CFBB

Color information

#A3CFBB (or 0xA3CFBB) is unknown color: approx Vista Blue. HEX triplet: A3, CF and BB. RGB value is (163,207,187). Sum of RGB (Red+Green+Blue) = 163+207+187=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFBB is #5C3044. Grayscale: #BFBFBF. Windows color (decimal): -6041669 or 12308387. OLE color: 12308387.

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

Color convert

RGB163207187-
CMYK0.2100.100.19
HSL152.73º31.43%72.55%-
HSV(B)152.73º21.26%81.18%-
XYZ46.395655.38-
YUV191.56125.42107.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=29.26%
G=37.16%
B=33.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1632071870.2100.100.19152.7331.4372.55
HexA3CFBB150A13991f49
Octal243317273250122323137111
Binary10100011110011111011101110101010101001110011001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CFBB; }

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

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

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

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

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

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

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

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