#9ADDBC

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

Shades of Vista Blue #9ADDBC

Tints of Vista Blue #9ADDBC

Color information

#9ADDBC (or 0x9ADDBC) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and BC. RGB value is (154,221,188). Sum of RGB (Red+Green+Blue) = 154+221+188=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDBC is #652243. Grayscale: #C5C5C5. Windows color (decimal): -6627908 or 12377498. OLE color: 12377498.

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

Color convert

RGB154221188-
CMYK0.3000.150.13
HSL150.45º49.63%73.53%-
HSV(B)150.45º30.32%86.67%-
XYZ48.2662.2157.04-
YUV197.2122.897.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=27.35%
G=39.25%
B=33.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211880.3000.150.13150.4549.6373.53
Hex9ADDBC1E0FD96324a
Octal232335274360171522662112
Binary10011010110111011011110011110011111101100101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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