#8ADFBA

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

Shades of Vista Blue #8ADFBA

Tints of Vista Blue #8ADFBA

Color information

#8ADFBA (or 0x8ADFBA) is unknown color: approx Vista Blue. HEX triplet: 8A, DF and BA. RGB value is (138,223,186). Sum of RGB (Red+Green+Blue) = 138+223+186=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFBA is #752045. Grayscale: #C1C1C1. Windows color (decimal): -7675974 or 12246922. OLE color: 12246922.

HSL color Cylindrical-coordinate representation of color #8ADFBA: hue angle of 153.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFBA is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB138223186-
CMYK0.3800.170.13
HSL153.88º57.05%70.78%-
HSV(B)153.88º38.12%87.45%-
XYZ45.7361.7255.96-
YUV193.37123.8488.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.23%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=25.23%
G=40.77%
B=34.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231860.3800.170.13153.8857.0570.78
Hex8ADFBA26011D9a3947
Octal212337272460211523271107
Binary1000101011011111101110101001100100011101100110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADFBA; }

 p { color: rgb(138,223,186); }

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

<style>
 a { background-color: #8ADFBA; }

 a { background-color: rgb(138,223,186); }

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

<style>
 span { border-color: #8ADFBA; }

 span { border-color: rgb(138,223,186); }

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