#94D9BC

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

Shades of Vista Blue #94D9BC

Tints of Vista Blue #94D9BC

Color information

#94D9BC (or 0x94D9BC) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and BC. RGB value is (148,217,188). Sum of RGB (Red+Green+Blue) = 148+217+188=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9BC is #6B2643. Grayscale: #C1C1C1. Windows color (decimal): -7022148 or 12376468. OLE color: 12376468.

HSL color Cylindrical-coordinate representation of color #94D9BC: hue angle of 154.78º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9BC is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB148217188-
CMYK0.3200.130.15
HSL154.78º47.59%71.57%-
HSV(B)154.78º31.8%85.1%-
XYZ46.159.5556.64-
YUV193.06125.1495.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=26.76%
G=39.24%
B=34.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171880.3200.130.15154.7847.5971.57
Hex94D9BC200DF9b3048
Octal224331274400151723360110
Binary100101001101100110111100100000011011111100110111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,188); }

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

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

 a { background-color: rgb(148,217,188); }

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

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

 span { border-color: rgb(148,217,188); }

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