#9DDBBC

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

Shades of Vista Blue #9DDBBC

Tints of Vista Blue #9DDBBC

Color information

#9DDBBC (or 0x9DDBBC) is unknown color: approx Vista Blue. HEX triplet: 9D, DB and BC. RGB value is (157,219,188). Sum of RGB (Red+Green+Blue) = 157+219+188=564 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.84% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBBC is #622443. Grayscale: #C4C4C4. Windows color (decimal): -6431812 or 12376989. OLE color: 12376989.

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

Color convert

RGB157219188-
CMYK0.2800.140.14
HSL150º46.27%73.73%-
HSV(B)150º28.31%85.88%-
XYZ48.3161.4656.89-
YUV196.93122.9699.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.84%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=27.84%
G=38.83%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191880.2800.140.1415046.2773.73
Hex9DDBBC1C0EE962e4a
Octal235333274340161622656112
Binary10011101110110111011110011100011101110100101101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,188); }

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

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

 a { background-color: rgb(157,219,188); }

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

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

 span { border-color: rgb(157,219,188); }

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