#94DDB0

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

Shades of Vista Blue #94DDB0

Tints of Vista Blue #94DDB0

Color information

#94DDB0 (or 0x94DDB0) is unknown color: approx Vista Blue. HEX triplet: 94, DD and B0. RGB value is (148,221,176). Sum of RGB (Red+Green+Blue) = 148+221+176=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDB0 is #6B224F. Grayscale: #C2C2C2. Windows color (decimal): -7021136 or 11591060. OLE color: 11591060.

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

Color convert

RGB148221176-
CMYK0.3300.200.13
HSL143.01º51.77%72.35%-
HSV(B)143.01º33.03%86.67%-
XYZ45.9161.1450.46-
YUV194.04117.8295.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.16%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=27.16%
G=40.55%
B=32.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482211760.3300.200.13143.0151.7772.35
Hex94DDB021014D8f3448
Octal224335260410241521764110
Binary1001010011011101101100001000010101001101100011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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