#9ADDBE

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

Shades of Vista Blue #9ADDBE

Tints of Vista Blue #9ADDBE

Color information

#9ADDBE (or 0x9ADDBE) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and BE. RGB value is (154,221,190). Sum of RGB (Red+Green+Blue) = 154+221+190=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDBE is #652241. Grayscale: #C5C5C5. Windows color (decimal): -6627906 or 12508570. OLE color: 12508570.

HSL color Cylindrical-coordinate representation of color #9ADDBE: hue angle of 152.24º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDBE is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB154221190-
CMYK0.3000.140.13
HSL152.24º49.63%73.53%-
HSV(B)152.24º30.32%86.67%-
XYZ48.4862.358.19-
YUV197.43123.897.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=27.26%
G=39.12%
B=33.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211900.3000.140.13152.2449.6373.53
Hex9ADDBE1E0ED98324a
Octal232335276360161523062112
Binary10011010110111011011111011110011101101100110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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