#99EDBD

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

Shades of Vista Blue #99EDBD

Tints of Vista Blue #99EDBD

Color information

#99EDBD (or 0x99EDBD) is unknown color: approx Vista Blue. HEX triplet: 99, ED and BD. RGB value is (153,237,189). Sum of RGB (Red+Green+Blue) = 153+237+189=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDBD is #661242. Grayscale: #CECECE. Windows color (decimal): -6689347 or 12447129. OLE color: 12447129.

HSL color Cylindrical-coordinate representation of color #99EDBD: hue angle of 145.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDBD is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB153237189-
CMYK0.3500.200.07
HSL145.71º70%76.47%-
HSV(B)145.71º35.44%92.94%-
XYZ52.6171.0159.08-
YUV206.41118.1789.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.42%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=26.42%
G=40.93%
B=32.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532371890.3500.200.07145.717076.47
Hex99EDBD23014792464c
Octal231355275430247222106114
Binary1001100111101101101111011000110101001111001001010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,237,189); }

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

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

 a { background-color: rgb(153,237,189); }

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

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

 span { border-color: rgb(153,237,189); }

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