#99D6C0

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

Shades of Vista Blue #99D6C0

Tints of Vista Blue #99D6C0

Color information

#99D6C0 (or 0x99D6C0) is unknown color: approx Vista Blue. HEX triplet: 99, D6 and C0. RGB value is (153,214,192). Sum of RGB (Red+Green+Blue) = 153+214+192=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6C0 is #66293F. Grayscale: #C1C1C1. Windows color (decimal): -6695232 or 12637849. OLE color: 12637849.

HSL color Cylindrical-coordinate representation of color #99D6C0: hue angle of 158.36º 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 #99D6C0 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB153214192-
CMYK0.2900.100.16
HSL158.36º42.66%71.96%-
HSV(B)158.36º28.5%83.92%-
XYZ46.758.6758.73-
YUV193.25127.2999.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.37%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=27.37%
G=38.28%
B=34.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141920.2900.100.16158.3642.6671.96
Hex99D6C01D0A109e2b48
Octal231326300350122023653110
Binary100110011101011011000000111010101010000100111101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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