#9ADCB4

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

Shades of Vista Blue #9ADCB4

Tints of Vista Blue #9ADCB4

Color information

#9ADCB4 (or 0x9ADCB4) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and B4. RGB value is (154,220,180). Sum of RGB (Red+Green+Blue) = 154+220+180=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCB4 is #65234B. Grayscale: #C3C3C3. Windows color (decimal): -6628172 or 11852954. OLE color: 11852954.

HSL color Cylindrical-coordinate representation of color #9ADCB4: hue angle of 143.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCB4 is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB154220180-
CMYK0.300.180.14
HSL143.64º48.53%73.33%-
HSV(B)143.64º30%86.27%-
XYZ47.1661.3552.54-
YUV195.71119.1398.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=27.80%
G=39.71%
B=32.49%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201800.300.180.14143.6448.5373.33
Hex9ADCB41E012E903149
Octal232334264360221622061111
Binary100110101101110010110100111100100101110100100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,180); }

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

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

 a { background-color: rgb(154,220,180); }

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

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

 span { border-color: rgb(154,220,180); }

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