#99DDC1

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

Shades of Vista Blue #99DDC1

Tints of Vista Blue #99DDC1

Color information

#99DDC1 (or 0x99DDC1) is unknown color: approx Vista Blue. HEX triplet: 99, DD and C1. RGB value is (153,221,193). Sum of RGB (Red+Green+Blue) = 153+221+193=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDC1 is #66223E. Grayscale: #C5C5C5. Windows color (decimal): -6693439 or 12705177. OLE color: 12705177.

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

Color convert

RGB153221193-
CMYK0.3100.130.13
HSL155.29º50%73.33%-
HSV(B)155.29º30.77%86.67%-
XYZ48.6262.3459.92-
YUV197.48125.4796.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.98%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=26.98%
G=38.98%
B=34.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211930.3100.130.13155.295073.33
Hex99DDC11F0DD9b3249
Octal231335301370151523362111
Binary10011001110111011100000111111011011101100110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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