#9ADEBA

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

Shades of Vista Blue #9ADEBA

Tints of Vista Blue #9ADEBA

Color information

#9ADEBA (or 0x9ADEBA) is unknown color: approx Vista Blue. HEX triplet: 9A, DE and BA. RGB value is (154,222,186). Sum of RGB (Red+Green+Blue) = 154+222+186=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBA is #652145. Grayscale: #C5C5C5. Windows color (decimal): -6627654 or 12246682. OLE color: 12246682.

HSL color Cylindrical-coordinate representation of color #9ADEBA: hue angle of 148.24º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEBA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB154222186-
CMYK0.3100.160.13
HSL148.24º50.75%73.73%-
HSV(B)148.24º30.63%87.06%-
XYZ48.3162.6656-
YUV197.56121.4796.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.40%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=27.40%
G=39.50%
B=33.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221860.3100.160.13148.2450.7573.73
Hex9ADEBA1F010D94334a
Octal232336272370201522463112
Binary100110101101111010111010111110100001101100101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,186); }

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

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

 a { background-color: rgb(154,222,186); }

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

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

 span { border-color: rgb(154,222,186); }

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