#9AECBB

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

Shades of Vista Blue #9AECBB

Tints of Vista Blue #9AECBB

Color information

#9AECBB (or 0x9AECBB) is unknown color: approx Vista Blue. HEX triplet: 9A, EC and BB. RGB value is (154,236,187). Sum of RGB (Red+Green+Blue) = 154+236+187=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECBB is #651344. Grayscale: #CECECE. Windows color (decimal): -6624069 or 12315802. OLE color: 12315802.

HSL color Cylindrical-coordinate representation of color #9AECBB: hue angle of 144.15º degrees, saturation: 0.68, 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 #9AECBB is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB154236187-
CMYK0.3500.210.07
HSL144.15º68.33%76.47%-
HSV(B)144.15º34.75%92.55%-
XYZ52.2970.4557.86-
YUV205.9117.3390.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.69%
GREEN value IS 236 (92.58% from 255) = 40.90%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=26.69%
G=40.90%
B=32.41%

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
Decimal1542361870.3500.210.07144.1568.3376.47
Hex9AECBB23015790444c
Octal232354273430257220104114
Binary1001101011101100101110111000110101011111001000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AECBB; }

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

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

<style>
 a { background-color: #9AECBB; }

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

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

<style>
 span { border-color: #9AECBB; }

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

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