#99D6BF

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

Shades of Vista Blue #99D6BF

Tints of Vista Blue #99D6BF

Color information

#99D6BF (or 0x99D6BF) is unknown color: approx Vista Blue. HEX triplet: 99, D6 and BF. RGB value is (153,214,191). Sum of RGB (Red+Green+Blue) = 153+214+191=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6BF is #662940. Grayscale: #C1C1C1. Windows color (decimal): -6695233 or 12572313. OLE color: 12572313.

HSL color Cylindrical-coordinate representation of color #99D6BF: hue angle of 157.38º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6BF is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB153214191-
CMYK0.2900.110.16
HSL157.38º42.66%71.96%-
HSV(B)157.38º28.5%83.92%-
XYZ46.5958.6358.15-
YUV193.14126.7999.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 191 (75% from 255) = 34.23%
R=27.42%
G=38.35%
B=34.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141910.2900.110.16157.3842.6671.96
Hex99D6BF1D0B109d2b48
Octal231326277350132023553110
Binary100110011101011010111111111010101110000100111011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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