#9ACEBA

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

Shades of Vista Blue #9ACEBA

Tints of Vista Blue #9ACEBA

Color information

#9ACEBA (or 0x9ACEBA) is unknown color: approx Vista Blue. HEX triplet: 9A, CE and BA. RGB value is (154,206,186). Sum of RGB (Red+Green+Blue) = 154+206+186=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACEBA is #653145. Grayscale: #BCBCBC. Windows color (decimal): -6631750 or 12242586. OLE color: 12242586.

HSL color Cylindrical-coordinate representation of color #9ACEBA: hue angle of 156.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEBA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB154206186-
CMYK0.2500.100.19
HSL156.92º34.67%70.59%-
HSV(B)156.92º25.24%80.78%-
XYZ44.2654.5654.65-
YUV188.17126.77103.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.21%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=28.21%
G=37.73%
B=34.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061860.2500.100.19156.9234.6770.59
Hex9ACEBA190A139d2347
Octal232316272310122323543107
Binary100110101100111010111010110010101010011100111011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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