#94CBAE

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

Shades of Vista Blue #94CBAE

Tints of Vista Blue #94CBAE

Color information

#94CBAE (or 0x94CBAE) is unknown color: approx Vista Blue. HEX triplet: 94, CB and AE. RGB value is (148,203,174). Sum of RGB (Red+Green+Blue) = 148+203+174=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBAE is #6B3451. Grayscale: #B7B7B7. Windows color (decimal): -7025746 or 11455380. OLE color: 11455380.

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

Color convert

RGB148203174-
CMYK0.2700.140.20
HSL148.36º34.59%68.82%-
HSV(B)148.36º27.09%79.61%-
XYZ41.2152.0647.92-
YUV183.25122.78102.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=28.19%
G=38.67%
B=33.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482031740.2700.140.20148.3634.5968.82
Hex94CBAE1B0E14942345
Octal224313256330162422443105
Binary100101001100101110101110110110111010100100101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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