#99ECBB

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

Shades of Vista Blue #99ECBB

Tints of Vista Blue #99ECBB

Color information

#99ECBB (or 0x99ECBB) is unknown color: approx Vista Blue. HEX triplet: 99, EC and BB. RGB value is (153,236,187). Sum of RGB (Red+Green+Blue) = 153+236+187=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECBB is #661344. Grayscale: #CDCDCD. Windows color (decimal): -6689605 or 12315801. OLE color: 12315801.

HSL color Cylindrical-coordinate representation of color #99ECBB: hue angle of 144.58º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB153236187-
CMYK0.3500.210.07
HSL144.58º68.6%76.27%-
HSV(B)144.58º35.17%92.55%-
XYZ52.170.3557.85-
YUV205.6117.590.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.56%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=26.56%
G=40.97%
B=32.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1532361870.3500.210.07144.5868.676.27
Hex99ECBB23015791454c
Octal231354273430257221105114
Binary1001100111101100101110111000110101011111001000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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