#9BD8C2

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

Shades of Vista Blue #9BD8C2

Tints of Vista Blue #9BD8C2

Color information

#9BD8C2 (or 0x9BD8C2) is unknown color: approx Vista Blue. HEX triplet: 9B, D8 and C2. RGB value is (155,216,194). Sum of RGB (Red+Green+Blue) = 155+216+194=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8C2 is #64273D. Grayscale: #C3C3C3. Windows color (decimal): -6563646 or 12769435. OLE color: 12769435.

HSL color Cylindrical-coordinate representation of color #9BD8C2: hue angle of 158.36º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8C2 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB155216194-
CMYK0.2800.100.15
HSL158.36º43.88%72.75%-
HSV(B)158.36º28.24%84.71%-
XYZ47.8159.9860.1-
YUV195.25127.2999.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=27.43%
G=38.23%
B=34.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552161940.2800.100.15158.3643.8872.75
Hex9BD8C21C0AF9e2c49
Octal233330302340121723654111
Binary10011011110110001100001011100010101111100111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,194); }

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

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

 a { background-color: rgb(155,216,194); }

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

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

 span { border-color: rgb(155,216,194); }

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