#99EABE

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

Shades of Vista Blue #99EABE

Tints of Vista Blue #99EABE

Color information

#99EABE (or 0x99EABE) is unknown color: approx Vista Blue. HEX triplet: 99, EA and BE. RGB value is (153,234,190). Sum of RGB (Red+Green+Blue) = 153+234+190=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #99EABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EABE is #661541. Grayscale: #CCCCCC. Windows color (decimal): -6690114 or 12511897. OLE color: 12511897.

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

Color convert

RGB153234190-
CMYK0.3500.190.08
HSL147.41º65.85%75.88%-
HSV(B)147.41º34.62%91.76%-
XYZ51.8569.3459.37-
YUV204.76119.6691.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 234 (91.80% from 255) = 40.55%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=26.52%
G=40.55%
B=32.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532341900.3500.190.08147.4165.8575.88
Hex99EABE23013893424c
Octal2313522764302310223102114
Binary10011001111010101011111010001101001110001001001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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