#9ADDBD

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

Shades of Vista Blue #9ADDBD

Tints of Vista Blue #9ADDBD

Color information

#9ADDBD (or 0x9ADDBD) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and BD. RGB value is (154,221,189). Sum of RGB (Red+Green+Blue) = 154+221+189=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDBD is #652242. Grayscale: #C5C5C5. Windows color (decimal): -6627907 or 12443034. OLE color: 12443034.

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

Color convert

RGB154221189-
CMYK0.3000.140.13
HSL151.34º49.63%73.53%-
HSV(B)151.34º30.32%86.67%-
XYZ48.3762.2657.61-
YUV197.32123.397.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=27.30%
G=39.18%
B=33.51%

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
Decimal1542211890.3000.140.13151.3449.6373.53
Hex9ADDBD1E0ED97324a
Octal232335275360161522762112
Binary10011010110111011011110111110011101101100101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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