#8DF3B9

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

Shades of Vista Blue #8DF3B9

Tints of Vista Blue #8DF3B9

Color information

#8DF3B9 (or 0x8DF3B9) is unknown color: approx Vista Blue. HEX triplet: 8D, F3 and B9. RGB value is (141,243,185). Sum of RGB (Red+Green+Blue) = 141+243+185=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF3B9 is #720C46. Grayscale: #CECECE. Windows color (decimal): -7474247 or 12186509. OLE color: 12186509.

HSL color Cylindrical-coordinate representation of color #8DF3B9: hue angle of 145.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF3B9 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB141243185-
CMYK0.4200.240.05
HSL145.88º80.95%75.29%-
HSV(B)145.88º41.98%95.29%-
XYZ51.7973.2757.31-
YUV205.89116.2181.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.78%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 185 (72.66% from 255) = 32.51%
R=24.78%
G=42.71%
B=32.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412431850.4200.240.05145.8880.9575.29
Hex8DF3B92A018592514b
Octal215363271520305222121113
Binary1000110111110011101110011010100110001011001001010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,243,185); }

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

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

 a { background-color: rgb(141,243,185); }

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

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

 span { border-color: rgb(141,243,185); }

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