#94DBBC

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

Shades of Vista Blue #94DBBC

Tints of Vista Blue #94DBBC

Color information

#94DBBC (or 0x94DBBC) is unknown color: approx Vista Blue. HEX triplet: 94, DB and BC. RGB value is (148,219,188). Sum of RGB (Red+Green+Blue) = 148+219+188=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBBC is #6B2443. Grayscale: #C2C2C2. Windows color (decimal): -7021636 or 12376980. OLE color: 12376980.

HSL color Cylindrical-coordinate representation of color #94DBBC: hue angle of 153.8º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBBC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB148219188-
CMYK0.3200.140.14
HSL153.8º49.65%71.96%-
HSV(B)153.8º32.42%85.88%-
XYZ46.6260.5956.81-
YUV194.24124.4895.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=26.67%
G=39.46%
B=33.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191880.3200.140.14153.849.6571.96
Hex94DBBC200EE9a3248
Octal224333274400161623262110
Binary100101001101101110111100100000011101110100110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,219,188); }

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

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

 a { background-color: rgb(148,219,188); }

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

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

 span { border-color: rgb(148,219,188); }

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