#8FD5B9

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

Shades of Vista Blue #8FD5B9

Tints of Vista Blue #8FD5B9

Color information

#8FD5B9 (or 0x8FD5B9) is unknown color: approx Vista Blue. HEX triplet: 8F, D5 and B9. RGB value is (143,213,185). Sum of RGB (Red+Green+Blue) = 143+213+185=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD5B9 is #702A46. Grayscale: #BCBCBC. Windows color (decimal): -7350855 or 12178831. OLE color: 12178831.

HSL color Cylindrical-coordinate representation of color #8FD5B9: hue angle of 156º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD5B9 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB143213185-
CMYK0.3300.130.16
HSL156º45.45%69.8%-
HSV(B)156º32.86%83.53%-
XYZ43.8856.9354.58-
YUV188.88125.8195.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=26.43%
G=39.37%
B=34.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432131850.3300.130.1615645.4569.8
Hex8FD5B9210D109c2d46
Octal217325271410152023455106
Binary1000111111010101101110011000010110110000100111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,213,185); }

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

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

 a { background-color: rgb(143,213,185); }

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

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

 span { border-color: rgb(143,213,185); }

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