#94CBA8

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

Shades of Vista Blue #94CBA8

Tints of Vista Blue #94CBA8

Color information

#94CBA8 (or 0x94CBA8) is unknown color: approx Vista Blue. HEX triplet: 94, CB and A8. RGB value is (148,203,168). Sum of RGB (Red+Green+Blue) = 148+203+168=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #94CBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CBA8 is #6B3457. Grayscale: #B6B6B6. Windows color (decimal): -7025752 or 11062164. OLE color: 11062164.

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

Color convert

RGB148203168-
CMYK0.2700.170.20
HSL141.82º34.59%68.82%-
HSV(B)141.82º27.09%79.61%-
XYZ40.6451.8344.91-
YUV182.56119.78103.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=28.52%
G=39.11%
B=32.37%

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
Decimal1482031680.2700.170.20141.8234.5968.82
Hex94CBA81B011148e2345
Octal224313250330212421643105
Binary1001010011001011101010001101101000110100100011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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