#8ADEBA

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

Shades of Vista Blue #8ADEBA

Tints of Vista Blue #8ADEBA

Color information

#8ADEBA (or 0x8ADEBA) is unknown color: approx Vista Blue. HEX triplet: 8A, DE and BA. RGB value is (138,222,186). Sum of RGB (Red+Green+Blue) = 138+222+186=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEBA is #752145. Grayscale: #C0C0C0. Windows color (decimal): -7676230 or 12246666. OLE color: 12246666.

HSL color Cylindrical-coordinate representation of color #8ADEBA: hue angle of 154.29º degrees, saturation: 0.56, 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 #8ADEBA is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB138222186-
CMYK0.3800.160.13
HSL154.29º56%70.59%-
HSV(B)154.29º37.84%87.06%-
XYZ45.4761.1955.87-
YUV192.78124.1788.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.27%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=25.27%
G=40.66%
B=34.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221860.3800.160.13154.295670.59
Hex8ADEBA26010D9a3847
Octal212336272460201523270107
Binary1000101011011110101110101001100100001101100110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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