#8ADCB4

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

Shades of Vista Blue #8ADCB4

Tints of Vista Blue #8ADCB4

Color information

#8ADCB4 (or 0x8ADCB4) is unknown color: approx Vista Blue. HEX triplet: 8A, DC and B4. RGB value is (138,220,180). Sum of RGB (Red+Green+Blue) = 138+220+180=538 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.65% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCB4 is #75234B. Grayscale: #BFBFBF. Windows color (decimal): -7676748 or 11852938. OLE color: 11852938.

HSL color Cylindrical-coordinate representation of color #8ADCB4: hue angle of 150.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCB4 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB138220180-
CMYK0.3700.180.14
HSL150.73º53.95%70.2%-
HSV(B)150.73º37.27%86.27%-
XYZ44.3159.8852.4-
YUV190.92121.8390.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.65%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=25.65%
G=40.89%
B=33.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201800.3700.180.14150.7353.9570.2
Hex8ADCB425012E973646
Octal212334264450221622766106
Binary1000101011011100101101001001010100101110100101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,220,180); }

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

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

 a { background-color: rgb(138,220,180); }

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

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

 span { border-color: rgb(138,220,180); }

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