#9ADEB4

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

Shades of Vista Blue #9ADEB4

Tints of Vista Blue #9ADEB4

Color information

#9ADEB4 (or 0x9ADEB4) is unknown color: approx Vista Blue. HEX triplet: 9A, DE and B4. RGB value is (154,222,180). Sum of RGB (Red+Green+Blue) = 154+222+180=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEB4 is #65214B. Grayscale: #C4C4C4. Windows color (decimal): -6627660 or 11853466. OLE color: 11853466.

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

Color convert

RGB154222180-
CMYK0.3100.190.13
HSL142.94º50.75%73.73%-
HSV(B)142.94º30.63%87.06%-
XYZ47.6962.4152.71-
YUV196.88118.4797.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.70%
GREEN value IS 222 (87.11% from 255) = 39.93%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=27.70%
G=39.93%
B=32.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221800.3100.190.13142.9450.7573.73
Hex9ADEB41F013D8f334a
Octal232336264370231521763112
Binary100110101101111010110100111110100111101100011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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