#99EBB7

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

Shades of Vista Blue #99EBB7

Tints of Vista Blue #99EBB7

Color information

#99EBB7 (or 0x99EBB7) is unknown color: approx Vista Blue. HEX triplet: 99, EB and B7. RGB value is (153,235,183). Sum of RGB (Red+Green+Blue) = 153+235+183=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBB7 is #661448. Grayscale: #CCCCCC. Windows color (decimal): -6689865 or 12053401. OLE color: 12053401.

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

Color convert

RGB153235183-
CMYK0.3500.220.08
HSL141.95º67.21%76.08%-
HSV(B)141.95º34.89%92.16%-
XYZ51.3969.6155.53-
YUV204.55115.8391.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=26.80%
G=41.16%
B=32.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532351830.3500.220.08141.9567.2176.08
Hex99EBB72301688e434c
Octal2313532674302610216103114
Binary10011001111010111011011110001101011010001000111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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