#8FFDB6

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

Shades of Vista Blue #8FFDB6

Tints of Vista Blue #8FFDB6

Color information

#8FFDB6 (or 0x8FFDB6) is unknown color: approx Vista Blue. HEX triplet: 8F, FD and B6. RGB value is (143,253,182). Sum of RGB (Red+Green+Blue) = 143+253+182=578 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.74% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDB6 is #700249. Grayscale: #D4D4D4. Windows color (decimal): -7340618 or 11992463. OLE color: 11992463.

HSL color Cylindrical-coordinate representation of color #8FFDB6: hue angle of 141.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDB6 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB143253182-
CMYK0.4300.280.01
HSL141.27º96.49%77.65%-
HSV(B)141.27º43.48%99.22%-
XYZ54.979.4756.7-
YUV212.02111.0678.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.74%
GREEN value IS 253 (99.22% from 255) = 43.77%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=24.74%
G=43.77%
B=31.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432531820.4300.280.01141.2796.4977.65
Hex8FFDB62B01C18d604e
Octal217375266530341215140116
Binary10001111111111011011011010101101110011000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,253,182); }

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

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

 a { background-color: rgb(143,253,182); }

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

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

 span { border-color: rgb(143,253,182); }

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