#94DBBE

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

Shades of Vista Blue #94DBBE

Tints of Vista Blue #94DBBE

Color information

#94DBBE (or 0x94DBBE) is unknown color: approx Vista Blue. HEX triplet: 94, DB and BE. RGB value is (148,219,190). Sum of RGB (Red+Green+Blue) = 148+219+190=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #94DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBBE is #6B2441. Grayscale: #C2C2C2. Windows color (decimal): -7021634 or 12508052. OLE color: 12508052.

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

Color convert

RGB148219190-
CMYK0.3200.130.14
HSL155.49º49.65%71.96%-
HSV(B)155.49º32.42%85.88%-
XYZ46.8460.6857.96-
YUV194.46125.4894.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.57%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=26.57%
G=39.32%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1482191900.3200.130.14155.4949.6571.96
Hex94DBBE200DE9b3248
Octal224333276400151623362110
Binary100101001101101110111110100000011011110100110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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