#94DDC0

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

Shades of Vista Blue #94DDC0

Tints of Vista Blue #94DDC0

Color information

#94DDC0 (or 0x94DDC0) is unknown color: approx Vista Blue. HEX triplet: 94, DD and C0. RGB value is (148,221,192). Sum of RGB (Red+Green+Blue) = 148+221+192=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDC0 is #6B223F. Grayscale: #C3C3C3. Windows color (decimal): -7021120 or 12639636. OLE color: 12639636.

HSL color Cylindrical-coordinate representation of color #94DDC0: hue angle of 156.16º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDC0 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB148221192-
CMYK0.3300.130.13
HSL156.16º51.77%72.35%-
HSV(B)156.16º33.03%86.67%-
XYZ47.5861.8159.29-
YUV195.87125.8293.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=26.38%
G=39.39%
B=34.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211920.3300.130.13156.1651.7772.35
Hex94DDC0210DD9c3448
Octal224335300410151523464110
Binary100101001101110111000000100001011011101100111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,192); }

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

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

 a { background-color: rgb(148,221,192); }

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

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

 span { border-color: rgb(148,221,192); }

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