#8ADFB5

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

Shades of Vista Blue #8ADFB5

Tints of Vista Blue #8ADFB5

Color information

#8ADFB5 (or 0x8ADFB5) is unknown color: approx Vista Blue. HEX triplet: 8A, DF and B5. RGB value is (138,223,181). Sum of RGB (Red+Green+Blue) = 138+223+181=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFB5 is #75204A. Grayscale: #C0C0C0. Windows color (decimal): -7675979 or 11919242. OLE color: 11919242.

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

Color convert

RGB138223181-
CMYK0.3800.190.13
HSL150.35º57.05%70.78%-
HSV(B)150.35º38.12%87.45%-
XYZ45.2161.5153.21-
YUV192.8121.3488.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.46%
GREEN value IS 223 (87.5% from 255) = 41.14%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=25.46%
G=41.14%
B=33.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231810.3800.190.13150.3557.0570.78
Hex8ADFB526013D963947
Octal212337265460231522671107
Binary1000101011011111101101011001100100111101100101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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