#99EFB3

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

Shades of Vista Blue #99EFB3

Tints of Vista Blue #99EFB3

Color information

#99EFB3 (or 0x99EFB3) is unknown color: approx Vista Blue. HEX triplet: 99, EF and B3. RGB value is (153,239,179). Sum of RGB (Red+Green+Blue) = 153+239+179=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFB3 is #66104C. Grayscale: #CECECE. Windows color (decimal): -6688845 or 11792281. OLE color: 11792281.

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

Color convert

RGB153239179-
CMYK0.3600.250.06
HSL138.14º72.88%76.86%-
HSV(B)138.14º35.98%93.73%-
XYZ52.1471.7653.75-
YUV206.45112.5189.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 239 (93.75% from 255) = 41.86%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=26.80%
G=41.86%
B=31.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391790.3600.250.06138.1472.8876.86
Hex99EFB32401968a494d
Octal231357263440316212111115
Binary1001100111101111101100111001000110011101000101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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