#94D8B7

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

Shades of Vista Blue #94D8B7

Tints of Vista Blue #94D8B7

Color information

#94D8B7 (or 0x94D8B7) is unknown color: approx Vista Blue. HEX triplet: 94, D8 and B7. RGB value is (148,216,183). Sum of RGB (Red+Green+Blue) = 148+216+183=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #94D8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D8B7 is #6B2748. Grayscale: #BFBFBF. Windows color (decimal): -7022409 or 12048532. OLE color: 12048532.

HSL color Cylindrical-coordinate representation of color #94D8B7: hue angle of 150.88º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D8B7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB148216183-
CMYK0.3100.150.15
HSL150.88º46.58%71.37%-
HSV(B)150.88º31.48%84.71%-
XYZ45.3258.8353.77-
YUV191.91122.9796.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=27.06%
G=39.49%
B=33.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161830.3100.150.15150.8846.5871.37
Hex94D8B71F0FF972f47
Octal224330267370171722757107
Binary10010100110110001011011111111011111111100101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,183); }

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

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

 a { background-color: rgb(148,216,183); }

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

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

 span { border-color: rgb(148,216,183); }

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