#9ADCBE

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

Shades of Vista Blue #9ADCBE

Tints of Vista Blue #9ADCBE

Color information

#9ADCBE (or 0x9ADCBE) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and BE. RGB value is (154,220,190). Sum of RGB (Red+Green+Blue) = 154+220+190=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBE is #652341. Grayscale: #C4C4C4. Windows color (decimal): -6628162 or 12508314. OLE color: 12508314.

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

Color convert

RGB154220190-
CMYK0.300.140.14
HSL152.73º48.53%73.33%-
HSV(B)152.73º30%86.27%-
XYZ48.2161.7758.1-
YUV196.85124.1397.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=27.30%
G=39.01%
B=33.69%

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
Decimal1542201900.300.140.14152.7348.5373.33
Hex9ADCBE1E0EE993149
Octal232334276360161623161111
Binary10011010110111001011111011110011101110100110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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