#99EABA

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

Shades of Vista Blue #99EABA

Tints of Vista Blue #99EABA

Color information

#99EABA (or 0x99EABA) is unknown color: approx Vista Blue. HEX triplet: 99, EA and BA. RGB value is (153,234,186). Sum of RGB (Red+Green+Blue) = 153+234+186=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #99EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EABA is #661545. Grayscale: #CCCCCC. Windows color (decimal): -6690118 or 12249753. OLE color: 12249753.

HSL color Cylindrical-coordinate representation of color #99EABA: hue angle of 144.44º degrees, saturation: 0.66, 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 #99EABA is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB153234186-
CMYK0.3500.210.08
HSL144.44º65.85%75.88%-
HSV(B)144.44º34.62%91.76%-
XYZ51.4269.1657.09-
YUV204.31117.6691.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.70%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=26.70%
G=40.84%
B=32.46%

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
Decimal1532341860.3500.210.08144.4465.8575.88
Hex99EABA23015890424c
Octal2313522724302510220102114
Binary10011001111010101011101010001101010110001001000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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