#9ADCBB

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

Shades of Vista Blue #9ADCBB

Tints of Vista Blue #9ADCBB

Color information

#9ADCBB (or 0x9ADCBB) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and BB. RGB value is (154,220,187). Sum of RGB (Red+Green+Blue) = 154+220+187=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBB is #652344. Grayscale: #C4C4C4. Windows color (decimal): -6628165 or 12311706. OLE color: 12311706.

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

Color convert

RGB154220187-
CMYK0.300.150.14
HSL150º48.53%73.33%-
HSV(B)150º30%86.27%-
XYZ47.8961.6456.39-
YUV196.5122.6397.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=27.45%
G=39.22%
B=33.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201870.300.150.1415048.5373.33
Hex9ADCBB1E0FE963149
Octal232334273360171622661111
Binary10011010110111001011101111110011111110100101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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