#99E3BC

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

Shades of Vista Blue #99E3BC

Tints of Vista Blue #99E3BC

Color information

#99E3BC (or 0x99E3BC) is unknown color: approx Vista Blue. HEX triplet: 99, E3 and BC. RGB value is (153,227,188). Sum of RGB (Red+Green+Blue) = 153+227+188=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3BC is #661C43. Grayscale: #C8C8C8. Windows color (decimal): -6691908 or 12379033. OLE color: 12379033.

HSL color Cylindrical-coordinate representation of color #99E3BC: hue angle of 148.38º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3BC is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB153227188-
CMYK0.3300.170.11
HSL148.38º56.92%74.51%-
HSV(B)148.38º32.6%89.02%-
XYZ49.6865.3457.57-
YUV200.43120.9894.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 227 (89.06% from 255) = 39.96%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=26.94%
G=39.96%
B=33.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1532271880.3300.170.11148.3856.9274.51
Hex99E3BC21011B94394b
Octal231343274410211322471113
Binary1001100111100011101111001000010100011011100101001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,227,188); }

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

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

 a { background-color: rgb(153,227,188); }

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

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

 span { border-color: rgb(153,227,188); }

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