#8AF8B1

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

Shades of Vista Blue #8AF8B1

Tints of Vista Blue #8AF8B1

Color information

#8AF8B1 (or 0x8AF8B1) is unknown color: approx Vista Blue. HEX triplet: 8A, F8 and B1. RGB value is (138,248,177). Sum of RGB (Red+Green+Blue) = 138+248+177=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF8B1 is #75074E. Grayscale: #CFCFCF. Windows color (decimal): -7669583 or 11663498. OLE color: 11663498.

HSL color Cylindrical-coordinate representation of color #8AF8B1: hue angle of 141.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF8B1 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB138248177-
CMYK0.4400.290.03
HSL141.27º88.71%75.69%-
HSV(B)141.27º44.35%97.25%-
XYZ51.9875.7153.47-
YUV207.02111.0678.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=24.51%
G=44.05%
B=31.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1382481770.4400.290.03141.2788.7175.69
Hex8AF8B12C01D38d594c
Octal212370261540353215131114
Binary100010101111100010110001101100011101111000110110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,248,177); }

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

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

 a { background-color: rgb(138,248,177); }

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

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

 span { border-color: rgb(138,248,177); }

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