#99EBBA

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

Shades of Vista Blue #99EBBA

Tints of Vista Blue #99EBBA

Color information

#99EBBA (or 0x99EBBA) is unknown color: approx Vista Blue. HEX triplet: 99, EB and BA. RGB value is (153,235,186). Sum of RGB (Red+Green+Blue) = 153+235+186=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBBA is #661445. Grayscale: #CDCDCD. Windows color (decimal): -6689862 or 12250009. OLE color: 12250009.

HSL color Cylindrical-coordinate representation of color #99EBBA: hue angle of 144.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBBA is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB153235186-
CMYK0.3500.210.08
HSL144.15º67.21%76.08%-
HSV(B)144.15º34.89%92.16%-
XYZ51.7169.7357.19-
YUV204.9117.3390.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=26.66%
G=40.94%
B=32.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351860.3500.210.08144.1567.2176.08
Hex99EBBA23015890434c
Octal2313532724302510220103114
Binary10011001111010111011101010001101010110001001000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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