#9DDBB4

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

Shades of Vista Blue #9DDBB4

Tints of Vista Blue #9DDBB4

Color information

#9DDBB4 (or 0x9DDBB4) is unknown color: approx Vista Blue. HEX triplet: 9D, DB and B4. RGB value is (157,219,180). Sum of RGB (Red+Green+Blue) = 157+219+180=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBB4 is #62244B. Grayscale: #C4C4C4. Windows color (decimal): -6431820 or 11852701. OLE color: 11852701.

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

Color convert

RGB157219180-
CMYK0.2800.180.14
HSL142.26º46.27%73.73%-
HSV(B)142.26º28.31%85.88%-
XYZ47.4761.1352.48-
YUV196.02118.96100.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.24%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=28.24%
G=39.39%
B=32.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191800.2800.180.14142.2646.2773.73
Hex9DDBB41C012E8e2e4a
Octal235333264340221621656112
Binary100111011101101110110100111000100101110100011101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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