#99EFBD

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

Shades of Vista Blue #99EFBD

Tints of Vista Blue #99EFBD

Color information

#99EFBD (or 0x99EFBD) is unknown color: approx Vista Blue. HEX triplet: 99, EF and BD. RGB value is (153,239,189). Sum of RGB (Red+Green+Blue) = 153+239+189=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFBD is #661042. Grayscale: #CFCFCF. Windows color (decimal): -6688835 or 12447641. OLE color: 12447641.

HSL color Cylindrical-coordinate representation of color #99EFBD: hue angle of 145.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFBD is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB153239189-
CMYK0.3600.210.06
HSL145.12º72.88%76.86%-
HSV(B)145.12º35.98%93.73%-
XYZ53.1972.1859.27-
YUV207.59117.5189.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 239 (93.75% from 255) = 41.14%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=26.33%
G=41.14%
B=32.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391890.3600.210.06145.1272.8876.86
Hex99EFBD24015691494d
Octal231357275440256221111115
Binary1001100111101111101111011001000101011101001000110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,239,189); }

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

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

 a { background-color: rgb(153,239,189); }

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

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

 span { border-color: rgb(153,239,189); }

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