#99DDBE

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

Shades of Vista Blue #99DDBE

Tints of Vista Blue #99DDBE

Color information

#99DDBE (or 0x99DDBE) is unknown color: approx Vista Blue. HEX triplet: 99, DD and BE. RGB value is (153,221,190). Sum of RGB (Red+Green+Blue) = 153+221+190=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDBE is #662241. Grayscale: #C5C5C5. Windows color (decimal): -6693442 or 12508569. OLE color: 12508569.

HSL color Cylindrical-coordinate representation of color #99DDBE: hue angle of 152.65º 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 #99DDBE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB153221190-
CMYK0.3100.140.13
HSL152.65º50%73.33%-
HSV(B)152.65º30.77%86.67%-
XYZ48.2962.258.18-
YUV197.13123.9796.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.13%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=27.13%
G=39.18%
B=33.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211900.3100.140.13152.655073.33
Hex99DDBE1F0ED993249
Octal231335276370161523162111
Binary10011001110111011011111011111011101101100110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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