#9BCEB7

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

Shades of Vista Blue #9BCEB7

Tints of Vista Blue #9BCEB7

Color information

#9BCEB7 (or 0x9BCEB7) is unknown color: approx Vista Blue. HEX triplet: 9B, CE and B7. RGB value is (155,206,183). Sum of RGB (Red+Green+Blue) = 155+206+183=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEB7 is #643148. Grayscale: #BCBCBC. Windows color (decimal): -6566217 or 12045979. OLE color: 12045979.

HSL color Cylindrical-coordinate representation of color #9BCEB7: hue angle of 152.94º degrees, saturation: 0.34, 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 #9BCEB7 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB155206183-
CMYK0.2500.110.19
HSL152.94º34.23%70.78%-
HSV(B)152.94º24.76%80.78%-
XYZ44.1454.5353-
YUV188.13125.1104.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=28.49%
G=37.87%
B=33.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061830.2500.110.19152.9434.2370.78
Hex9BCEB7190B13992247
Octal233316267310132323142107
Binary100110111100111010110111110010101110011100110011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,183); }

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

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

 a { background-color: rgb(155,206,183); }

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

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

 span { border-color: rgb(155,206,183); }

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