#9AECBD

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

Shades of Vista Blue #9AECBD

Tints of Vista Blue #9AECBD

Color information

#9AECBD (or 0x9AECBD) is unknown color: approx Vista Blue. HEX triplet: 9A, EC and BD. RGB value is (154,236,189). Sum of RGB (Red+Green+Blue) = 154+236+189=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECBD is #651342. Grayscale: #CECECE. Windows color (decimal): -6624067 or 12446874. OLE color: 12446874.

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

Color convert

RGB154236189-
CMYK0.3500.200.07
HSL145.61º68.33%76.47%-
HSV(B)145.61º34.75%92.55%-
XYZ52.5170.5458.99-
YUV206.12118.3390.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=26.60%
G=40.76%
B=32.64%

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
Decimal1542361890.3500.200.07145.6168.3376.47
Hex9AECBD23014792444c
Octal232354275430247222104114
Binary1001101011101100101111011000110101001111001001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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