#94DBBB

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

Shades of Vista Blue #94DBBB

Tints of Vista Blue #94DBBB

Color information

#94DBBB (or 0x94DBBB) is unknown color: approx Vista Blue. HEX triplet: 94, DB and BB. RGB value is (148,219,187). Sum of RGB (Red+Green+Blue) = 148+219+187=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBBB is #6B2444. Grayscale: #C2C2C2. Windows color (decimal): -7021637 or 12311444. OLE color: 12311444.

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

Color convert

RGB148219187-
CMYK0.3200.150.14
HSL152.96º49.65%71.96%-
HSV(B)152.96º32.42%85.88%-
XYZ46.5160.5556.25-
YUV194.12123.9895.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.71%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=26.71%
G=39.53%
B=33.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191870.3200.150.14152.9649.6571.96
Hex94DBBB200FE993248
Octal224333273400171623162110
Binary100101001101101110111011100000011111110100110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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