#94CBA9

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

Shades of Vista Blue #94CBA9

Tints of Vista Blue #94CBA9

Color information

#94CBA9 (or 0x94CBA9) is unknown color: approx Vista Blue. HEX triplet: 94, CB and A9. RGB value is (148,203,169). Sum of RGB (Red+Green+Blue) = 148+203+169=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBA9 is #6B3456. Grayscale: #B6B6B6. Windows color (decimal): -7025751 or 11127700. OLE color: 11127700.

HSL color Cylindrical-coordinate representation of color #94CBA9: hue angle of 142.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CBA9 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB148203169-
CMYK0.2700.170.20
HSL142.91º34.59%68.82%-
HSV(B)142.91º27.09%79.61%-
XYZ40.7351.8745.4-
YUV182.68120.28103.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.46%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=28.46%
G=39.04%
B=32.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031690.2700.170.20142.9134.5968.82
Hex94CBA91B011148f2345
Octal224313251330212421743105
Binary1001010011001011101010011101101000110100100011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CBA9; }

 p { color: rgb(148,203,169); }

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

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

 a { background-color: rgb(148,203,169); }

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

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

 span { border-color: rgb(148,203,169); }

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