#94D9B0

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

Shades of Vista Blue #94D9B0

Tints of Vista Blue #94D9B0

Color information

#94D9B0 (or 0x94D9B0) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and B0. RGB value is (148,217,176). Sum of RGB (Red+Green+Blue) = 148+217+176=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9B0 is #6B264F. Grayscale: #BFBFBF. Windows color (decimal): -7022160 or 11590036. OLE color: 11590036.

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

Color convert

RGB148217176-
CMYK0.3200.190.15
HSL144.35º47.59%71.57%-
HSV(B)144.35º31.8%85.1%-
XYZ44.8659.0650.11-
YUV191.69119.1496.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=27.36%
G=40.11%
B=32.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171760.3200.190.15144.3547.5971.57
Hex94D9B020013F903048
Octal224331260400231722060110
Binary1001010011011001101100001000000100111111100100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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