#99D6BC

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

Shades of Vista Blue #99D6BC

Tints of Vista Blue #99D6BC

Color information

#99D6BC (or 0x99D6BC) is unknown color: approx Vista Blue. HEX triplet: 99, D6 and BC. RGB value is (153,214,188). Sum of RGB (Red+Green+Blue) = 153+214+188=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6BC is #662943. Grayscale: #C0C0C0. Windows color (decimal): -6695236 or 12375705. OLE color: 12375705.

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

Color convert

RGB153214188-
CMYK0.2900.120.16
HSL154.43º42.66%71.96%-
HSV(B)154.43º28.5%83.92%-
XYZ46.2658.556.43-
YUV192.8125.2999.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=27.57%
G=38.56%
B=33.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141880.2900.120.16154.4342.6671.96
Hex99D6BC1D0C109a2b48
Octal231326274350142023253110
Binary100110011101011010111100111010110010000100110101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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