#99EBBE

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

Shades of Vista Blue #99EBBE

Tints of Vista Blue #99EBBE

Color information

#99EBBE (or 0x99EBBE) is unknown color: approx Vista Blue. HEX triplet: 99, EB and BE. RGB value is (153,235,190). Sum of RGB (Red+Green+Blue) = 153+235+190=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBBE is #661441. Grayscale: #CDCDCD. Windows color (decimal): -6689858 or 12512153. OLE color: 12512153.

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

Color convert

RGB153235190-
CMYK0.3500.190.08
HSL147.07º67.21%76.08%-
HSV(B)147.07º34.89%92.16%-
XYZ52.1469.9159.46-
YUV205.35119.3390.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.47%
GREEN value IS 235 (92.19% from 255) = 40.66%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=26.47%
G=40.66%
B=32.87%

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
Decimal1532351900.3500.190.08147.0767.2176.08
Hex99EBBE23013893434c
Octal2313532764302310223103114
Binary10011001111010111011111010001101001110001001001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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