#94CBAA

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

Shades of Vista Blue #94CBAA

Tints of Vista Blue #94CBAA

Color information

#94CBAA (or 0x94CBAA) is unknown color: approx Vista Blue. HEX triplet: 94, CB and AA. RGB value is (148,203,170). Sum of RGB (Red+Green+Blue) = 148+203+170=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBAA is #6B3455. Grayscale: #B6B6B6. Windows color (decimal): -7025750 or 11193236. OLE color: 11193236.

HSL color Cylindrical-coordinate representation of color #94CBAA: hue angle of 144º 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 #94CBAA is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB148203170-
CMYK0.2700.160.20
HSL144º34.59%68.82%-
HSV(B)144º27.09%79.61%-
XYZ40.8251.9145.9-
YUV182.79120.78103.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=28.41%
G=38.96%
B=32.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031700.2700.160.2014434.5968.82
Hex94CBAA1B01014902345
Octal224313252330202422043105
Binary1001010011001011101010101101101000010100100100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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