#9BDDC3

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

Shades of Vista Blue #9BDDC3

Tints of Vista Blue #9BDDC3

Color information

#9BDDC3 (or 0x9BDDC3) is unknown color: approx Vista Blue. HEX triplet: 9B, DD and C3. RGB value is (155,221,195). Sum of RGB (Red+Green+Blue) = 155+221+195=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDC3 is #64223C. Grayscale: #C6C6C6. Windows color (decimal): -6562365 or 12836251. OLE color: 12836251.

HSL color Cylindrical-coordinate representation of color #9BDDC3: hue angle of 156.36º degrees, saturation: 0.49, 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 #9BDDC3 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB155221195-
CMYK0.3000.120.13
HSL156.36º49.25%73.73%-
HSV(B)156.36º29.86%86.67%-
XYZ49.2262.6261.12-
YUV198.3126.1397.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.15%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=27.15%
G=38.70%
B=34.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211950.3000.120.13156.3649.2573.73
Hex9BDDC31E0CD9c314a
Octal233335303360141523461112
Binary10011011110111011100001111110011001101100111001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,195); }

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

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

 a { background-color: rgb(155,221,195); }

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

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

 span { border-color: rgb(155,221,195); }

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