#94D9BD

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

Shades of Vista Blue #94D9BD

Tints of Vista Blue #94D9BD

Color information

#94D9BD (or 0x94D9BD) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and BD. RGB value is (148,217,189). Sum of RGB (Red+Green+Blue) = 148+217+189=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D9BD is #6B2642. Grayscale: #C1C1C1. Windows color (decimal): -7022147 or 12442004. OLE color: 12442004.

HSL color Cylindrical-coordinate representation of color #94D9BD: hue angle of 155.65º 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 #94D9BD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB148217189-
CMYK0.3200.130.15
HSL155.65º47.59%71.57%-
HSV(B)155.65º31.8%85.1%-
XYZ46.2159.657.21-
YUV193.18125.6495.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=26.71%
G=39.17%
B=34.12%

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
Decimal1482171890.3200.130.15155.6547.5971.57
Hex94D9BD200DF9c3048
Octal224331275400151723460110
Binary100101001101100110111101100000011011111100111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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