#99DABA

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

Shades of Vista Blue #99DABA

Tints of Vista Blue #99DABA

Color information

#99DABA (or 0x99DABA) is unknown color: approx Vista Blue. HEX triplet: 99, DA and BA. RGB value is (153,218,186). Sum of RGB (Red+Green+Blue) = 153+218+186=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #99DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DABA is #662545. Grayscale: #C2C2C2. Windows color (decimal): -6694214 or 12245657. OLE color: 12245657.

HSL color Cylindrical-coordinate representation of color #99DABA: hue angle of 150.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DABA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB153218186-
CMYK0.3000.150.15
HSL150.46º46.76%72.75%-
HSV(B)150.46º29.82%85.49%-
XYZ47.0760.4655.64-
YUV194.92122.9798.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=27.47%
G=39.14%
B=33.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532181860.3000.150.15150.4646.7672.75
Hex99DABA1E0FF962f49
Octal231332272360171722657111
Binary10011001110110101011101011110011111111100101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DABA; }

 p { color: rgb(153,218,186); }

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

<style>
 a { background-color: #99DABA; }

 a { background-color: rgb(153,218,186); }

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

<style>
 span { border-color: #99DABA; }

 span { border-color: rgb(153,218,186); }

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