#9CDBC1

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

Shades of Vista Blue #9CDBC1

Tints of Vista Blue #9CDBC1

Color information

#9CDBC1 (or 0x9CDBC1) is unknown color: approx Vista Blue. HEX triplet: 9C, DB and C1. RGB value is (156,219,193). Sum of RGB (Red+Green+Blue) = 156+219+193=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDBC1 is #63243E. Grayscale: #C5C5C5. Windows color (decimal): -6497343 or 12704668. OLE color: 12704668.

HSL color Cylindrical-coordinate representation of color #9CDBC1: hue angle of 155.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBC1 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB156219193-
CMYK0.2900.120.14
HSL155.24º46.67%73.53%-
HSV(B)155.24º28.77%85.88%-
XYZ48.6761.5859.77-
YUV197.2125.6398.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.46%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=27.46%
G=38.56%
B=33.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191930.2900.120.14155.2446.6773.53
Hex9CDBC11D0CE9b2f4a
Octal234333301350141623357112
Binary10011100110110111100000111101011001110100110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,193); }

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

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

 a { background-color: rgb(156,219,193); }

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

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

 span { border-color: rgb(156,219,193); }

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