#8AFCB3

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

Shades of Vista Blue #8AFCB3

Tints of Vista Blue #8AFCB3

Color information

#8AFCB3 (or 0x8AFCB3) is unknown color: approx Vista Blue. HEX triplet: 8A, FC and B3. RGB value is (138,252,179). Sum of RGB (Red+Green+Blue) = 138+252+179=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #8AFCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFCB3 is #75034C. Grayscale: #D1D1D1. Windows color (decimal): -7668557 or 11795594. OLE color: 11795594.

HSL color Cylindrical-coordinate representation of color #8AFCB3: hue angle of 141.58º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFCB3 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB138252179-
CMYK0.4500.290.01
HSL141.58º95%76.47%-
HSV(B)141.58º45.24%98.82%-
XYZ53.4378.2854.94-
YUV209.59110.7376.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 252 (98.83% from 255) = 44.29%
BLUE value IS 179 (70.31% from 255) = 31.46%
R=24.25%
G=44.29%
B=31.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1382521790.4500.290.01141.589576.47
Hex8AFCB32D01D18e5f4c
Octal212374263550351216137114
Binary10001010111111001011001110110101110111000111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,252,179); }

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

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

 a { background-color: rgb(138,252,179); }

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

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

 span { border-color: rgb(138,252,179); }

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