#99DEC3

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

Shades of Vista Blue #99DEC3

Tints of Vista Blue #99DEC3

Color information

#99DEC3 (or 0x99DEC3) is unknown color: approx Vista Blue. HEX triplet: 99, DE and C3. RGB value is (153,222,195). Sum of RGB (Red+Green+Blue) = 153+222+195=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEC3 is #66213C. Grayscale: #C6C6C6. Windows color (decimal): -6693181 or 12836505. OLE color: 12836505.

HSL color Cylindrical-coordinate representation of color #99DEC3: hue angle of 156.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEC3 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB153222195-
CMYK0.3100.120.13
HSL156.52º51.11%73.53%-
HSV(B)156.52º31.08%87.06%-
XYZ49.1162.9561.19-
YUV198.29126.1495.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=26.84%
G=38.95%
B=34.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532221950.3100.120.13156.5251.1173.53
Hex99DEC31F0CD9d334a
Octal231336303370141523563112
Binary10011001110111101100001111111011001101100111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,195); }

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

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

 a { background-color: rgb(153,222,195); }

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

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

 span { border-color: rgb(153,222,195); }

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