#99D0BC

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

Shades of Vista Blue #99D0BC

Tints of Vista Blue #99D0BC

Color information

#99D0BC (or 0x99D0BC) is unknown color: approx Vista Blue. HEX triplet: 99, D0 and BC. RGB value is (153,208,188). Sum of RGB (Red+Green+Blue) = 153+208+188=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0BC is #662F43. Grayscale: #BDBDBD. Windows color (decimal): -6696772 or 12374169. OLE color: 12374169.

HSL color Cylindrical-coordinate representation of color #99D0BC: hue angle of 158.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D0BC is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB153208188-
CMYK0.2600.100.18
HSL158.18º36.91%70.78%-
HSV(B)158.18º26.44%81.57%-
XYZ44.7755.5155.93-
YUV189.27127.28102.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 188 (73.83% from 255) = 34.24%
R=27.87%
G=37.89%
B=34.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532081880.2600.100.18158.1836.9170.78
Hex99D0BC1A0A129e2547
Octal231320274320122223645107
Binary100110011101000010111100110100101010010100111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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