#99E3BE

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

Shades of Vista Blue #99E3BE

Tints of Vista Blue #99E3BE

Color information

#99E3BE (or 0x99E3BE) is unknown color: approx Vista Blue. HEX triplet: 99, E3 and BE. RGB value is (153,227,190). Sum of RGB (Red+Green+Blue) = 153+227+190=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3BE is #661C41. Grayscale: #C8C8C8. Windows color (decimal): -6691906 or 12510105. OLE color: 12510105.

HSL color Cylindrical-coordinate representation of color #99E3BE: hue angle of 150º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3BE is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB153227190-
CMYK0.3300.160.11
HSL150º56.92%74.51%-
HSV(B)150º32.6%89.02%-
XYZ49.965.4358.71-
YUV200.66121.9894.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=26.84%
G=39.82%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532271900.3300.160.1115056.9274.51
Hex99E3BE21010B96394b
Octal231343276410201322671113
Binary1001100111100011101111101000010100001011100101101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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