#9BCAAE

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

Shades of Vista Blue #9BCAAE

Tints of Vista Blue #9BCAAE

Color information

#9BCAAE (or 0x9BCAAE) is unknown color: approx Vista Blue. HEX triplet: 9B, CA and AE. RGB value is (155,202,174). Sum of RGB (Red+Green+Blue) = 155+202+174=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAAE is #643551. Grayscale: #B8B8B8. Windows color (decimal): -6567250 or 11455131. OLE color: 11455131.

HSL color Cylindrical-coordinate representation of color #9BCAAE: hue angle of 144.26º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAAE is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB155202174-
CMYK0.2300.140.21
HSL144.26º30.72%70%-
HSV(B)144.26º23.27%79.22%-
XYZ42.2852.2747.9-
YUV184.76121.93106.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=29.19%
G=38.04%
B=32.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552021740.2300.140.21144.2630.7270
Hex9BCAAE170E15901f46
Octal233312256270162522037106
Binary10011011110010101010111010111011101010110010000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,174); }

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

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

 a { background-color: rgb(155,202,174); }

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

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

 span { border-color: rgb(155,202,174); }

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