#9CD5BA

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

Shades of Vista Blue #9CD5BA

Tints of Vista Blue #9CD5BA

Color information

#9CD5BA (or 0x9CD5BA) is unknown color: approx Vista Blue. HEX triplet: 9C, D5 and BA. RGB value is (156,213,186). Sum of RGB (Red+Green+Blue) = 156+213+186=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD5BA is #632A45. Grayscale: #C0C0C0. Windows color (decimal): -6498886 or 12244380. OLE color: 12244380.

HSL color Cylindrical-coordinate representation of color #9CD5BA: hue angle of 151.58º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD5BA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB156213186-
CMYK0.2700.130.16
HSL151.58º40.43%72.35%-
HSV(B)151.58º26.76%83.53%-
XYZ46.3758.255.24-
YUV192.88124.12101.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=28.11%
G=38.38%
B=33.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562131860.2700.130.16151.5840.4372.35
Hex9CD5BA1B0D10982848
Octal234325272330152023050110
Binary100111001101010110111010110110110110000100110001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,213,186); }

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

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

 a { background-color: rgb(156,213,186); }

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

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

 span { border-color: rgb(156,213,186); }

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