#9CDFB1

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

Shades of Vista Blue #9CDFB1

Tints of Vista Blue #9CDFB1

Color information

#9CDFB1 (or 0x9CDFB1) is unknown color: approx Vista Blue. HEX triplet: 9C, DF and B1. RGB value is (156,223,177). Sum of RGB (Red+Green+Blue) = 156+223+177=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDFB1 is #63204E. Grayscale: #C5C5C5. Windows color (decimal): -6496335 or 11657116. OLE color: 11657116.

HSL color Cylindrical-coordinate representation of color #9CDFB1: hue angle of 138.81º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CDFB1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB156223177-
CMYK0.3000.210.13
HSL138.81º51.15%74.31%-
HSV(B)138.81º30.04%87.45%-
XYZ48.0363.0251.23-
YUV197.72116.398.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=28.06%
G=40.11%
B=31.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562231770.3000.210.13138.8151.1574.31
Hex9CDFB11E015D8b334a
Octal234337261360251521363112
Binary100111001101111110110001111100101011101100010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,177); }

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

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

 a { background-color: rgb(156,223,177); }

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

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

 span { border-color: rgb(156,223,177); }

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