#9AECBC

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

Shades of Vista Blue #9AECBC

Tints of Vista Blue #9AECBC

Color information

#9AECBC (or 0x9AECBC) is unknown color: approx Vista Blue. HEX triplet: 9A, EC and BC. RGB value is (154,236,188). Sum of RGB (Red+Green+Blue) = 154+236+188=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECBC is #651343. Grayscale: #CECECE. Windows color (decimal): -6624068 or 12381338. OLE color: 12381338.

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

Color convert

RGB154236188-
CMYK0.3500.200.07
HSL144.88º68.33%76.47%-
HSV(B)144.88º34.75%92.55%-
XYZ52.470.4958.42-
YUV206.01117.8390.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.64%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=26.64%
G=40.83%
B=32.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542361880.3500.200.07144.8868.3376.47
Hex9AECBC23014791444c
Octal232354274430247221104114
Binary1001101011101100101111001000110101001111001000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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