#9ADEBD

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

Shades of Vista Blue #9ADEBD

Tints of Vista Blue #9ADEBD

Color information

#9ADEBD (or 0x9ADEBD) is unknown color: approx Vista Blue. HEX triplet: 9A, DE and BD. RGB value is (154,222,189). Sum of RGB (Red+Green+Blue) = 154+222+189=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBD is #652142. Grayscale: #C5C5C5. Windows color (decimal): -6627651 or 12443290. OLE color: 12443290.

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

Color convert

RGB154222189-
CMYK0.3100.150.13
HSL150.88º50.75%73.73%-
HSV(B)150.88º30.63%87.06%-
XYZ48.6362.7957.7-
YUV197.91122.9796.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 222 (87.11% from 255) = 39.29%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=27.26%
G=39.29%
B=33.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221890.3100.150.13150.8850.7573.73
Hex9ADEBD1F0FD97334a
Octal232336275370171522763112
Binary10011010110111101011110111111011111101100101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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