#99EEBA

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

Shades of Vista Blue #99EEBA

Tints of Vista Blue #99EEBA

Color information

#99EEBA (or 0x99EEBA) is unknown color: approx Vista Blue. HEX triplet: 99, EE and BA. RGB value is (153,238,186). Sum of RGB (Red+Green+Blue) = 153+238+186=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEBA is #661145. Grayscale: #CECECE. Windows color (decimal): -6689094 or 12250777. OLE color: 12250777.

HSL color Cylindrical-coordinate representation of color #99EEBA: hue angle of 143.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEBA is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB153238186-
CMYK0.3600.220.07
HSL143.29º71.43%76.67%-
HSV(B)143.29º35.71%93.33%-
XYZ52.5771.4757.48-
YUV206.66116.3489.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 238 (93.36% from 255) = 41.25%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=26.52%
G=41.25%
B=32.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532381860.3600.220.07143.2971.4376.67
Hex99EEBA2401678f474d
Octal231356272440267217107115
Binary1001100111101110101110101001000101101111000111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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