#9DDBC2

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

Shades of Vista Blue #9DDBC2

Tints of Vista Blue #9DDBC2

Color information

#9DDBC2 (or 0x9DDBC2) is unknown color: approx Vista Blue. HEX triplet: 9D, DB and C2. RGB value is (157,219,194). Sum of RGB (Red+Green+Blue) = 157+219+194=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBC2 is #62243D. Grayscale: #C5C5C5. Windows color (decimal): -6431806 or 12770205. OLE color: 12770205.

HSL color Cylindrical-coordinate representation of color #9DDBC2: hue angle of 155.81º 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 #9DDBC2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB157219194-
CMYK0.2800.110.14
HSL155.81º46.27%73.73%-
HSV(B)155.81º28.31%85.88%-
XYZ48.9761.7360.37-
YUV197.61125.9699.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.54%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=27.54%
G=38.42%
B=34.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191940.2800.110.14155.8146.2773.73
Hex9DDBC21C0BE9c2e4a
Octal235333302340131623456112
Binary10011101110110111100001011100010111110100111001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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