#99DBC1

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

Shades of Vista Blue #99DBC1

Tints of Vista Blue #99DBC1

Color information

#99DBC1 (or 0x99DBC1) is unknown color: approx Vista Blue. HEX triplet: 99, DB and C1. RGB value is (153,219,193). Sum of RGB (Red+Green+Blue) = 153+219+193=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBC1 is #66243E. Grayscale: #C4C4C4. Windows color (decimal): -6693951 or 12704665. OLE color: 12704665.

HSL color Cylindrical-coordinate representation of color #99DBC1: hue angle of 156.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBC1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB153219193-
CMYK0.3000.120.14
HSL156.36º47.83%72.94%-
HSV(B)156.36º30.14%85.88%-
XYZ48.0961.2959.75-
YUV196.3126.1397.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=27.08%
G=38.76%
B=34.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191930.3000.120.14156.3647.8372.94
Hex99DBC11E0CE9c3049
Octal231333301360141623460111
Binary10011001110110111100000111110011001110100111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,193); }

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

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

 a { background-color: rgb(153,219,193); }

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

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

 span { border-color: rgb(153,219,193); }

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