#99EFBB

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

Shades of Vista Blue #99EFBB

Tints of Vista Blue #99EFBB

Color information

#99EFBB (or 0x99EFBB) is unknown color: approx Vista Blue. HEX triplet: 99, EF and BB. RGB value is (153,239,187). Sum of RGB (Red+Green+Blue) = 153+239+187=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFBB is #661044. Grayscale: #CFCFCF. Windows color (decimal): -6688837 or 12316569. OLE color: 12316569.

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

Color convert

RGB153239187-
CMYK0.3600.220.06
HSL143.72º72.88%76.86%-
HSV(B)143.72º35.98%93.73%-
XYZ52.9772.0958.14-
YUV207.36116.5189.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.42%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=26.42%
G=41.28%
B=32.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391870.3600.220.06143.7272.8876.86
Hex99EFBB24016690494d
Octal231357273440266220111115
Binary1001100111101111101110111001000101101101001000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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