#9ACBB1

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

Shades of Vista Blue #9ACBB1

Tints of Vista Blue #9ACBB1

Color information

#9ACBB1 (or 0x9ACBB1) is unknown color: approx Vista Blue. HEX triplet: 9A, CB and B1. RGB value is (154,203,177). Sum of RGB (Red+Green+Blue) = 154+203+177=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBB1 is #65344E. Grayscale: #B9B9B9. Windows color (decimal): -6632527 or 11651994. OLE color: 11651994.

HSL color Cylindrical-coordinate representation of color #9ACBB1: hue angle of 148.16º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACBB1 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB154203177-
CMYK0.2400.130.20
HSL148.16º32.03%70%-
HSV(B)148.16º24.14%79.61%-
XYZ42.6252.7649.53-
YUV185.38123.27105.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=28.84%
G=38.01%
B=33.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031770.2400.130.20148.1632.0370
Hex9ACBB1180D14942046
Octal232313261300152422440106
Binary100110101100101110110001110000110110100100101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,177); }

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

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

 a { background-color: rgb(154,203,177); }

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

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

 span { border-color: rgb(154,203,177); }

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