#9AECBA

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

Shades of Vista Blue #9AECBA

Tints of Vista Blue #9AECBA

Color information

#9AECBA (or 0x9AECBA) is unknown color: approx Vista Blue. HEX triplet: 9A, EC and BA. RGB value is (154,236,186). Sum of RGB (Red+Green+Blue) = 154+236+186=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECBA is #651345. Grayscale: #CDCDCD. Windows color (decimal): -6624070 or 12250266. OLE color: 12250266.

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

Color convert

RGB154236186-
CMYK0.3500.210.07
HSL143.41º68.33%76.47%-
HSV(B)143.41º34.75%92.55%-
XYZ52.1870.4157.29-
YUV205.78116.8391.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=26.74%
G=40.97%
B=32.29%

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
Decimal1542361860.3500.210.07143.4168.3376.47
Hex9AECBA2301578f444c
Octal232354272430257217104114
Binary1001101011101100101110101000110101011111000111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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