#8FDFBE

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

Shades of Vista Blue #8FDFBE

Tints of Vista Blue #8FDFBE

Color information

#8FDFBE (or 0x8FDFBE) is unknown color: approx Vista Blue. HEX triplet: 8F, DF and BE. RGB value is (143,223,190). Sum of RGB (Red+Green+Blue) = 143+223+190=556 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.72% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFBE is #702041. Grayscale: #C3C3C3. Windows color (decimal): -7348290 or 12509071. OLE color: 12509071.

HSL color Cylindrical-coordinate representation of color #8FDFBE: hue angle of 155.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFBE is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB143223190-
CMYK0.3600.150.13
HSL155.25º55.56%71.76%-
HSV(B)155.25º35.87%87.45%-
XYZ47.0162.3358.27-
YUV195.3212590.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.72%
GREEN value IS 223 (87.5% from 255) = 40.11%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=25.72%
G=40.11%
B=34.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432231900.3600.150.13155.2555.5671.76
Hex8FDFBE240FD9b3848
Octal217337276440171523370110
Binary100011111101111110111110100100011111101100110111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,223,190); }

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

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

 a { background-color: rgb(143,223,190); }

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

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

 span { border-color: rgb(143,223,190); }

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