#94DEBF

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

Shades of Vista Blue #94DEBF

Tints of Vista Blue #94DEBF

Color information

#94DEBF (or 0x94DEBF) is unknown color: approx Vista Blue. HEX triplet: 94, DE and BF. RGB value is (148,222,191). Sum of RGB (Red+Green+Blue) = 148+222+191=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEBF is #6B2140. Grayscale: #C4C4C4. Windows color (decimal): -7020865 or 12574356. OLE color: 12574356.

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

Color convert

RGB148222191-
CMYK0.3300.140.13
HSL154.86º52.86%72.55%-
HSV(B)154.86º33.33%87.06%-
XYZ47.7462.358.8-
YUV196.34124.9893.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.38%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 191 (75% from 255) = 34.05%
R=26.38%
G=39.57%
B=34.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482221910.3300.140.13154.8652.8672.55
Hex94DEBF210ED9b3549
Octal224336277410161523365111
Binary100101001101111010111111100001011101101100110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,222,191); }

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

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

 a { background-color: rgb(148,222,191); }

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

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

 span { border-color: rgb(148,222,191); }

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