#94D5B0

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

Shades of Vista Blue #94D5B0

Tints of Vista Blue #94D5B0

Color information

#94D5B0 (or 0x94D5B0) is unknown color: approx Vista Blue. HEX triplet: 94, D5 and B0. RGB value is (148,213,176). Sum of RGB (Red+Green+Blue) = 148+213+176=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D5B0 is #6B2A4F. Grayscale: #BDBDBD. Windows color (decimal): -7023184 or 11589012. OLE color: 11589012.

HSL color Cylindrical-coordinate representation of color #94D5B0: hue angle of 145.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D5B0 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB148213176-
CMYK0.3100.170.16
HSL145.85º43.62%70.78%-
HSV(B)145.85º30.52%83.53%-
XYZ43.8457.0249.77-
YUV189.35120.4798.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=27.56%
G=39.66%
B=32.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131760.3100.170.16145.8543.6270.78
Hex94D5B01F01110922c47
Octal224325260370212022254107
Binary1001010011010101101100001111101000110000100100101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,176); }

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

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

 a { background-color: rgb(148,213,176); }

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

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

 span { border-color: rgb(148,213,176); }

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