#99D7BE

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

Shades of Vista Blue #99D7BE

Tints of Vista Blue #99D7BE

Color information

#99D7BE (or 0x99D7BE) is unknown color: approx Vista Blue. HEX triplet: 99, D7 and BE. RGB value is (153,215,190). Sum of RGB (Red+Green+Blue) = 153+215+190=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7BE is #662841. Grayscale: #C1C1C1. Windows color (decimal): -6694978 or 12507033. OLE color: 12507033.

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

Color convert

RGB153215190-
CMYK0.2900.120.16
HSL155.81º43.66%72.16%-
HSV(B)155.81º28.84%84.31%-
XYZ46.7359.0957.66-
YUV193.61125.9699.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=27.42%
G=38.53%
B=34.05%

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
Decimal1532151900.2900.120.16155.8143.6672.16
Hex99D7BE1D0C109c2c48
Octal231327276350142023454110
Binary100110011101011110111110111010110010000100111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,190); }

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

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

 a { background-color: rgb(153,215,190); }

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

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

 span { border-color: rgb(153,215,190); }

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