#9ADCBD

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

Shades of Vista Blue #9ADCBD

Tints of Vista Blue #9ADCBD

Color information

#9ADCBD (or 0x9ADCBD) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and BD. RGB value is (154,220,189). Sum of RGB (Red+Green+Blue) = 154+220+189=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBD is #652342. Grayscale: #C4C4C4. Windows color (decimal): -6628163 or 12442778. OLE color: 12442778.

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

Color convert

RGB154220189-
CMYK0.300.140.14
HSL151.82º48.53%73.33%-
HSV(B)151.82º30%86.27%-
XYZ48.161.7357.52-
YUV196.73123.6397.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=27.35%
G=39.08%
B=33.57%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201890.300.140.14151.8248.5373.33
Hex9ADCBD1E0EE983149
Octal232334275360161623061111
Binary10011010110111001011110111110011101110100110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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