#99EDBA

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

Shades of Vista Blue #99EDBA

Tints of Vista Blue #99EDBA

Color information

#99EDBA (or 0x99EDBA) is unknown color: approx Vista Blue. HEX triplet: 99, ED and BA. RGB value is (153,237,186). Sum of RGB (Red+Green+Blue) = 153+237+186=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDBA is #661245. Grayscale: #CECECE. Windows color (decimal): -6689350 or 12250521. OLE color: 12250521.

HSL color Cylindrical-coordinate representation of color #99EDBA: hue angle of 143.57º 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 #99EDBA is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB153237186-
CMYK0.3500.220.07
HSL143.57º70%76.47%-
HSV(B)143.57º35.44%92.94%-
XYZ52.2870.8957.38-
YUV206.07116.6790.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=26.56%
G=41.15%
B=32.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532371860.3500.220.07143.577076.47
Hex99EDBA23016790464c
Octal231355272430267220106114
Binary1001100111101101101110101000110101101111001000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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