#99EFB9

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

Shades of Vista Blue #99EFB9

Tints of Vista Blue #99EFB9

Color information

#99EFB9 (or 0x99EFB9) is unknown color: approx Vista Blue. HEX triplet: 99, EF and B9. RGB value is (153,239,185). Sum of RGB (Red+Green+Blue) = 153+239+185=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFB9 is #661046. Grayscale: #CFCFCF. Windows color (decimal): -6688839 or 12185497. OLE color: 12185497.

HSL color Cylindrical-coordinate representation of color #99EFB9: hue angle of 142.33º 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 #99EFB9 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB153239185-
CMYK0.3600.230.06
HSL142.33º72.88%76.86%-
HSV(B)142.33º35.98%93.73%-
XYZ52.7672.0157.02-
YUV207.13115.5189.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.52%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=26.52%
G=41.42%
B=32.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391850.3600.230.06142.3372.8876.86
Hex99EFB92401768e494d
Octal231357271440276216111115
Binary1001100111101111101110011001000101111101000111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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