#8FCFB3

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

Shades of Vista Blue #8FCFB3

Tints of Vista Blue #8FCFB3

Color information

#8FCFB3 (or 0x8FCFB3) is unknown color: approx Vista Blue. HEX triplet: 8F, CF and B3. RGB value is (143,207,179). Sum of RGB (Red+Green+Blue) = 143+207+179=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFB3 is #70304C. Grayscale: #B8B8B8. Windows color (decimal): -7352397 or 11784079. OLE color: 11784079.

HSL color Cylindrical-coordinate representation of color #8FCFB3: hue angle of 153.75º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFB3 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB143207179-
CMYK0.3100.140.19
HSL153.75º40%68.63%-
HSV(B)153.75º30.92%81.18%-
XYZ41.7853.7250.81-
YUV184.67124.898.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=27.03%
G=39.13%
B=33.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432071790.3100.140.19153.754068.63
Hex8FCFB31F0E139a2845
Octal217317263370162323250105
Binary100011111100111110110011111110111010011100110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,179); }

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

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

 a { background-color: rgb(143,207,179); }

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

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

 span { border-color: rgb(143,207,179); }

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