#99D9B4

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

Shades of Vista Blue #99D9B4

Tints of Vista Blue #99D9B4

Color information

#99D9B4 (or 0x99D9B4) is unknown color: approx Vista Blue. HEX triplet: 99, D9 and B4. RGB value is (153,217,180). Sum of RGB (Red+Green+Blue) = 153+217+180=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9B4 is #66264B. Grayscale: #C1C1C1. Windows color (decimal): -6694476 or 11852185. OLE color: 11852185.

HSL color Cylindrical-coordinate representation of color #99D9B4: hue angle of 145.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9B4 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB153217180-
CMYK0.2900.170.15
HSL145.31º45.71%72.55%-
HSV(B)145.31º29.49%85.1%-
XYZ46.1959.6952.27-
YUV193.65120.399.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.82%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=27.82%
G=39.45%
B=32.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171800.2900.170.15145.3145.7172.55
Hex99D9B41D011F912e49
Octal231331264350211722156111
Binary100110011101100110110100111010100011111100100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,217,180); }

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

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

 a { background-color: rgb(153,217,180); }

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

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

 span { border-color: rgb(153,217,180); }

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