#9CD3BE

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

Shades of Vista Blue #9CD3BE

Tints of Vista Blue #9CD3BE

Color information

#9CD3BE (or 0x9CD3BE) is unknown color: approx Vista Blue. HEX triplet: 9C, D3 and BE. RGB value is (156,211,190). Sum of RGB (Red+Green+Blue) = 156+211+190=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #9CD3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD3BE is #632C41. Grayscale: #C0C0C0. Windows color (decimal): -6499394 or 12506012. OLE color: 12506012.

HSL color Cylindrical-coordinate representation of color #9CD3BE: hue angle of 157.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD3BE is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB156211190-
CMYK0.2600.100.17
HSL157.09º38.46%71.96%-
HSV(B)157.09º26.07%82.75%-
XYZ46.357.3757.35-
YUV192.16126.78102.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.01%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=28.01%
G=37.88%
B=34.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562111900.2600.100.17157.0938.4671.96
Hex9CD3BE1A0A119d2648
Octal234323276320122123546110
Binary100111001101001110111110110100101010001100111011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,211,190); }

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

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

 a { background-color: rgb(156,211,190); }

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

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

 span { border-color: rgb(156,211,190); }

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