#94D1BB

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

Shades of Vista Blue #94D1BB

Tints of Vista Blue #94D1BB

Color information

#94D1BB (or 0x94D1BB) is unknown color: approx Vista Blue. HEX triplet: 94, D1 and BB. RGB value is (148,209,187). Sum of RGB (Red+Green+Blue) = 148+209+187=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1BB is #6B2E44. Grayscale: #BCBCBC. Windows color (decimal): -7024197 or 12308884. OLE color: 12308884.

HSL color Cylindrical-coordinate representation of color #94D1BB: hue angle of 158.36º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D1BB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB148209187-
CMYK0.2900.110.18
HSL158.36º39.87%70%-
HSV(B)158.36º29.19%81.96%-
XYZ43.9855.4855.41-
YUV188.25127.2999.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=27.21%
G=38.42%
B=34.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091870.2900.110.18158.3639.8770
Hex94D1BB1D0B129e2846
Octal224321273350132223650106
Binary100101001101000110111011111010101110010100111101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,187); }

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

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

 a { background-color: rgb(148,209,187); }

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

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

 span { border-color: rgb(148,209,187); }

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