#99DCBF

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

Shades of Vista Blue #99DCBF

Tints of Vista Blue #99DCBF

Color information

#99DCBF (or 0x99DCBF) is unknown color: approx Vista Blue. HEX triplet: 99, DC and BF. RGB value is (153,220,191). Sum of RGB (Red+Green+Blue) = 153+220+191=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCBF is #662340. Grayscale: #C4C4C4. Windows color (decimal): -6693697 or 12573849. OLE color: 12573849.

HSL color Cylindrical-coordinate representation of color #99DCBF: hue angle of 154.03º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCBF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB153220191-
CMYK0.3000.130.14
HSL154.03º48.91%73.14%-
HSV(B)154.03º30.45%86.27%-
XYZ48.1361.7258.67-
YUV196.66124.896.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 191 (75% from 255) = 33.87%
R=27.13%
G=39.01%
B=33.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532201910.3000.130.14154.0348.9173.14
Hex99DCBF1E0DE9a3149
Octal231334277360151623261111
Binary10011001110111001011111111110011011110100110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,191); }

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

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

 a { background-color: rgb(153,220,191); }

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

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

 span { border-color: rgb(153,220,191); }

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